public class SimpleSTValueResolver extends Object implements VariableResolver
| Constructor and Description |
|---|
SimpleSTValueResolver(Object value,
Class type) |
SimpleSTValueResolver(Object value,
Class type,
boolean updated) |
| 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 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–2016 JBoss by Red Hat. All rights reserved.