public static class ItemResolverFactory.ItemResolver extends java.lang.Object implements VariableResolver
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
private java.lang.Class |
type |
java.lang.Object |
value |
Constructor and Description |
---|
ItemResolver(java.lang.String name) |
ItemResolver(java.lang.String name,
java.lang.Class type) |
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.
|
private final java.lang.String name
private java.lang.Class type
public java.lang.Object value
public ItemResolver(java.lang.String name, java.lang.Class type)
public ItemResolver(java.lang.String name)
public java.lang.String getName()
VariableResolver
getName
in interface VariableResolver
public java.lang.Class getType()
VariableResolver
getType
in interface VariableResolver
public void setStaticType(java.lang.Class type)
setStaticType
in interface VariableResolver
public int getFlags()
VariableResolver
getFlags
in interface VariableResolver
public java.lang.Object getValue()
VariableResolver
getValue
in interface VariableResolver
public void setValue(java.lang.Object value)
VariableResolver
setValue
in interface VariableResolver
value
- The new value.