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