Interface ProcedureObjectType
- All Known Implementing Classes:
ProcedureObjectTypeImpl
public interface ProcedureObjectType
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name for theProcedureObjectType.Class<?>Obtains the required type of the dependentObject.Obtains the qualifier on the type.
-
Method Details
-
getObjectName
String getObjectName()Obtains the name for theProcedureObjectType.- Returns:
- Name for the
ProcedureObjectType.
-
getObjectType
Class<?> getObjectType()Obtains the required type of the dependentObject.- Returns:
- Required type of the dependent
Object.
-
getTypeQualifier
String getTypeQualifier()Obtains the qualifier on the type.
This is to enable qualifying the type of dependency required.
- Returns:
- Qualifier on the type. May be
nullif not qualifying the type.
-