Class ProcedureObjectTypeImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ProcedureObjectTypeImpl​(java.lang.String objectName, java.lang.Class<?> objectType, java.lang.String typeQualifier)
      Instantiate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getObjectName()
      Obtains the name for the ProcedureObjectType.
      java.lang.Class<?> getObjectType()
      Obtains the required type of the dependent Object.
      java.lang.String getTypeQualifier()
      Obtains the qualifier on the type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProcedureObjectTypeImpl

        public ProcedureObjectTypeImpl​(java.lang.String objectName,
                                       java.lang.Class<?> objectType,
                                       java.lang.String typeQualifier)
        Instantiate.
        Parameters:
        objectName - Name of Object.
        objectType - Object type.
        typeQualifier - Qualifier for the Object.