public interface VariableResolver extends Serializable
VariableResolverFactory
.Modifier and Type | Method and Description |
---|---|
int |
getFlags()
Returns the bitset of special variable flags.
|
String |
getName()
Returns the name of external variable.
|
Class |
getType()
This should return the type of the variable.
|
Object |
getValue()
Returns the physical target value of the variable.
|
void |
setStaticType(Class type) |
void |
setValue(Object value)
Sets the value of the physical target value.
|
String getName()
Class getType()
void setStaticType(Class type)
int getFlags()
Object getValue()
void setValue(Object value)
value
- The new value.Copyright © 2013. All Rights Reserved.