Class ProcedureObjectTypeImpl
java.lang.Object
net.officefloor.activity.impl.procedure.ProcedureObjectTypeImpl
- All Implemented Interfaces:
ProcedureObjectType
ProcedureObjectType implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionProcedureObjectTypeImpl(String objectName, Class<?> objectType, String typeQualifier) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains the name for theProcedureObjectType.Class<?>Obtains the required type of the dependentObject.Obtains the qualifier on the type.
-
Constructor Details
-
Method Details
-
getObjectName
Description copied from interface:ProcedureObjectTypeObtains the name for theProcedureObjectType.- Specified by:
getObjectNamein interfaceProcedureObjectType- Returns:
- Name for the
ProcedureObjectType.
-
getObjectType
Description copied from interface:ProcedureObjectTypeObtains the required type of the dependentObject.- Specified by:
getObjectTypein interfaceProcedureObjectType- Returns:
- Required type of the dependent
Object.
-
getTypeQualifier
Description copied from interface:ProcedureObjectTypeObtains the qualifier on the type.
This is to enable qualifying the type of dependency required.
- Specified by:
getTypeQualifierin interfaceProcedureObjectType- Returns:
- Qualifier on the type. May be
nullif not qualifying the type.
-