Uses of Interface
net.officefloor.activity.procedure.ProcedureVariableType
-
Packages that use ProcedureVariableType Package Description net.officefloor.activity.impl.procedure net.officefloor.activity.procedure -
-
Uses of ProcedureVariableType in net.officefloor.activity.impl.procedure
Classes in net.officefloor.activity.impl.procedure that implement ProcedureVariableType Modifier and Type Class Description classProcedureVariableTypeImplProcedureVariableTypeimplementation.Methods in net.officefloor.activity.impl.procedure that return ProcedureVariableType Modifier and Type Method Description ProcedureVariableType[]ProcedureTypeImpl. getVariableTypes()Constructors in net.officefloor.activity.impl.procedure with parameters of type ProcedureVariableType Constructor Description ProcedureTypeImpl(java.lang.String procedureName, java.lang.Class<?> parameterType, ProcedureObjectType[] objectTypes, ProcedureVariableType[] variableTypes, ProcedureFlowType[] flowTypes, ProcedureEscalationType[] escalationTypes, java.lang.Class<?> nextArgumentType)Instantiate. -
Uses of ProcedureVariableType in net.officefloor.activity.procedure
Methods in net.officefloor.activity.procedure that return ProcedureVariableType Modifier and Type Method Description ProcedureVariableType[]ProcedureType. getVariableTypes()
-