public class VariableMetaData extends Object
Constructor and Description |
---|
VariableMetaData(String variableName,
String contextPartitionName,
int variableNumber,
Class type,
EventType eventType,
boolean constant,
VariableStateFactory variableStateFactory) |
Modifier and Type | Method and Description |
---|---|
String |
getContextPartitionName() |
EventType |
getEventType()
Returns the event type if the variable hold event(s).
|
Class |
getType()
Returns the type of the variable.
|
String |
getVariableName()
Returns the variable name.
|
int |
getVariableNumber()
Returns the variable number.
|
VariableStateFactory |
getVariableStateFactory() |
boolean |
isConstant() |
public VariableMetaData(String variableName, String contextPartitionName, int variableNumber, Class type, EventType eventType, boolean constant, VariableStateFactory variableStateFactory)
public String getVariableName()
public String getContextPartitionName()
public int getVariableNumber()
public Class getType()
public EventType getEventType()
public boolean isConstant()
public VariableStateFactory getVariableStateFactory()