|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VariableResolver
A variable resolver is responsible for physically accessing a variable, for either read or write. VariableResolver's
are obtained via a VariableResolverFactory.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||