public class VariableData extends MetaInfo
Constructor and Description |
---|
VariableData(VariableType variableType)
Constructs variable data from the specified variable type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
VariableType |
getVariableType()
Returns variable type.
|
int |
hashCode() |
addMetaInfo, addMetaInfo, addMetaInfo, addMetaInfo, getMetaInfo, getMetaInfo, getMetaInfo, hasMetaInfo, hasMetaInfo, removeMetaInfo, removeMetaInfo
public VariableData(VariableType variableType)
variableType
- variable typejava.lang.NullPointerException
- when argument is null
.public VariableType getVariableType()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object