public class ExpressionSupport extends UnknownType
| Constructor and Description |
|---|
ExpressionSupport(String value,
boolean unknown,
boolean supported,
boolean notSupported,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNotSupported() |
boolean |
isRequired() |
boolean |
isSupported() |
getValue, isUnknownpublic ExpressionSupport(String value, boolean unknown, boolean supported, boolean notSupported, boolean required)
public boolean isSupported()
true if expressions are required but not enforced. Static values
are accepted too.public boolean isNotSupported()
true if expressions not allowed. Static values onlypublic boolean isRequired()
true if requires expressions. Static values are not supportedCopyright © 2017 MuleSoft, Inc.. All rights reserved.