Interface ProcedureObjectType

All Known Implementing Classes:
ProcedureObjectTypeImpl

public interface ProcedureObjectType
Type definition of a dependent Object required by the Procedure.
Author:
Daniel Sagenschneider
  • Method Details

    • getObjectName

      String getObjectName()
      Obtains the name for the ProcedureObjectType.
      Returns:
      Name for the ProcedureObjectType.
    • getObjectType

      Class<?> getObjectType()
      Obtains the required type of the dependent Object.
      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 null if not qualifying the type.