public class Variable extends Object implements TypeObject, ValueObject, Serializable
| Constructor and Description |
|---|
Variable() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getMetaData() |
Object |
getMetaData(String name) |
String |
getName() |
DataType |
getType() |
Object |
getValue() |
void |
setMetaData(String name,
Object value) |
void |
setName(String name) |
void |
setType(DataType type) |
void |
setValue(Object value) |
String |
toString() |
public String getName()
public void setName(String name)
public DataType getType()
getType in interface TypeObjectpublic void setType(DataType type)
setType in interface TypeObjectpublic Object getValue()
getValue in interface ValueObjectpublic void setValue(Object value)
setValue in interface ValueObjectCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.