Class ProcedureVariableTypeImpl
java.lang.Object
net.officefloor.activity.impl.procedure.ProcedureVariableTypeImpl
- All Implemented Interfaces:
ProcedureVariableType
ProcedureVariableType implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionProcedureVariableTypeImpl(String variableName, String variableType) Instantiate. -
Method Summary
-
Constructor Details
-
Method Details
-
getVariableName
Description copied from interface:ProcedureVariableTypeObtains the name for theVar.- Specified by:
getVariableNamein interfaceProcedureVariableType- Returns:
- Name for the
Var.
-
getVariableType
Description copied from interface:ProcedureVariableTypeObtains the type of theVar.- Specified by:
getVariableTypein interfaceProcedureVariableType- Returns:
- Type of the
Var.
-