|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mvel2.integration.impl.SimpleValueResolver
public class SimpleValueResolver
| Constructor Summary | |
|---|---|
SimpleValueResolver(java.lang.Object value)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleValueResolver(java.lang.Object value)
| Method Detail |
|---|
public java.lang.String getName()
VariableResolver
getName in interface VariableResolverpublic java.lang.Class getType()
VariableResolver
getType in interface VariableResolverpublic void setStaticType(java.lang.Class type)
setStaticType in interface VariableResolverpublic int getFlags()
VariableResolver
getFlags in interface VariableResolverpublic java.lang.Object getValue()
VariableResolver
getValue in interface VariableResolverpublic void setValue(java.lang.Object value)
VariableResolver
setValue in interface VariableResolvervalue - The new value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||