public class VariableMapping
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
VariableMapping(java.lang.String theName,
ValueType theVariableType)
Construct a variable mapping for a non-enum type.
|
VariableMapping(java.lang.String theName,
ValueType theVariableType,
int theEnumType,
int theEnumValueCount)
Construct a variable mapping.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEnumType() |
int |
getEnumValueCount() |
java.lang.String |
getName() |
ValueType |
getVariableType() |
java.lang.String |
toString() |
public VariableMapping(java.lang.String theName,
ValueType theVariableType)
theName - The variable name.theVariableType - The variable type.public VariableMapping(java.lang.String theName,
ValueType theVariableType,
int theEnumType,
int theEnumValueCount)
theName - The name of the variable.theVariableType - The type of the variable.theEnumType - The enum type.theEnumValueCount - The number of values for an enum.public int getEnumType()
public int getEnumValueCount()
public java.lang.String getName()
public ValueType getVariableType()
public java.lang.String toString()
toString in class java.lang.Object