Class ProcedureVariableTypeImpl
- java.lang.Object
-
- net.officefloor.activity.impl.procedure.ProcedureVariableTypeImpl
-
- All Implemented Interfaces:
ProcedureVariableType
public class ProcedureVariableTypeImpl extends java.lang.Object implements ProcedureVariableType
ProcedureVariableType
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ProcedureVariableTypeImpl(java.lang.String variableName, java.lang.String variableType)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getVariableName()
Obtains the name for theVar
.java.lang.String
getVariableType()
Obtains the type of theVar
.
-
-
-
Method Detail
-
getVariableName
public java.lang.String getVariableName()
Description copied from interface:ProcedureVariableType
Obtains the name for theVar
.- Specified by:
getVariableName
in interfaceProcedureVariableType
- Returns:
- Name for the
Var
.
-
getVariableType
public java.lang.String getVariableType()
Description copied from interface:ProcedureVariableType
Obtains the type of theVar
.- Specified by:
getVariableType
in interfaceProcedureVariableType
- Returns:
- Type of the
Var
.
-
-