public class SimpleValueResolver extends Object implements VariableResolver
| Constructor and Description |
|---|
SimpleValueResolver(Object value) |
| 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 SimpleValueResolver(Object value)
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.