public class ExpressionSupport extends UnknownType
| Constructor and Description |
|---|
ExpressionSupport(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNotSupported() |
boolean |
isRequired() |
boolean |
isSupported() |
static ExpressionSupport |
notSupportedExpressionSupport(String value) |
static ExpressionSupport |
requiredExpressionSupport(String value) |
static ExpressionSupport |
supportedExpressionSupport(String value) |
String |
toString() |
equals, getValue, hashCode, isUnknownpublic ExpressionSupport(String value)
public static ExpressionSupport supportedExpressionSupport(String value)
public static ExpressionSupport notSupportedExpressionSupport(String value)
public static ExpressionSupport requiredExpressionSupport(String value)
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 supportedpublic String toString()
toString in class UnknownTypeCopyright © 2020 MuleSoft, Inc.. All rights reserved.