public class VariableData extends MetaInfo
Should be stored in the user data field of node variable object.
Constructor and Description |
---|
VariableData(VariableType variableType)
Constructs object with the specified variable type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
VariableType |
getVariableType()
Returns variable type.
|
int |
hashCode() |
addMetaInfo, addMetaInfo, addMetaInfo, addMetaInfo, getMetaInfo, getMetaInfo, getMetaInfo, hasMetaInfo, hasMetaInfo, removeMetaInfo
public VariableData(VariableType variableType)
variableType
- variable typejava.lang.IllegalArgumentException
- when argument is null
.public VariableType getVariableType()