public static enum ExprDef.SourceHintProperty extends java.lang.Enum<ExprDef.SourceHintProperty>
| Enum Constant and Description |
|---|
__ATTRIBUTE_HINT__
An attribute expression.
|
__DATA_PROVIDER_HINT__
A dataProvider expression.
|
__LITERAL_HINT__
A literal expression.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(java.lang.String param,
ExprValueSupplier valSupplier) |
static ExprDef.SourceHintProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExprDef.SourceHintProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExprDef.SourceHintProperty __ATTRIBUTE_HINT__
public static final ExprDef.SourceHintProperty __LITERAL_HINT__
public static final ExprDef.SourceHintProperty __DATA_PROVIDER_HINT__
public static ExprDef.SourceHintProperty[] values()
for (ExprDef.SourceHintProperty c : ExprDef.SourceHintProperty.values()) System.out.println(c);
public static ExprDef.SourceHintProperty valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Object evaluate(java.lang.String param,
ExprValueSupplier valSupplier)