public class IndexVariableResolver extends Object implements VariableResolver
| Constructor and Description |
|---|
IndexVariableResolver(int indexPos,
Object[] vars) |
| 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.
|
public IndexVariableResolver(int indexPos,
Object[] vars)
public String getName()
VariableResolvergetName in interface VariableResolverpublic Class getType()
VariableResolvergetType in interface VariableResolverpublic void setStaticType(Class type)
setStaticType in interface VariableResolverpublic int getFlags()
VariableResolvergetFlags in interface VariableResolverpublic Object getValue()
VariableResolvergetValue in interface VariableResolverpublic void setValue(Object value)
VariableResolversetValue in interface VariableResolvervalue - The new value.Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.