@Concealed 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. 
 | 
__INTEGER_HINT__
An integer expression. 
 | 
__LITERAL_HINT__
A String expression. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canEvaluate(ExprDef exprDef,
           ExprValueSupplier valSupplier)  | 
java.lang.Object | 
evaluate(ExprDef exprDef,
        ExprValueSupplier valSupplier)  | 
static ExprDef.SourceHintProperty | 
parseHint(ExprDef exprDef)  | 
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 __INTEGER_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 boolean canEvaluate(ExprDef exprDef, ExprValueSupplier valSupplier)
public java.lang.Object evaluate(ExprDef exprDef, ExprValueSupplier valSupplier)
public static ExprDef.SourceHintProperty parseHint(ExprDef exprDef)