Class OfficeManagedObjectTypeImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      OfficeManagedObjectTypeImpl​(java.lang.String objectName, java.lang.String objectType, java.lang.String typeQualifier, java.lang.String[] extensionInterfaces)
      Instantiate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getExtensionInterfaces()
      Obtains the fully qualified class names of the extension interfaces that must be supported by the ManagedObject.
      java.lang.String getObjectType()
      Obtains the fully qualified class name of the Object that must be returned from the ManagedObject.
      java.lang.String getOfficeManagedObjectName()
      ======================== OfficeManagedObjectType ========================
      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

      • OfficeManagedObjectTypeImpl

        public OfficeManagedObjectTypeImpl​(java.lang.String objectName,
                                           java.lang.String objectType,
                                           java.lang.String typeQualifier,
                                           java.lang.String[] extensionInterfaces)
        Instantiate.
        Parameters:
        objectName - Name of the OfficeManagedObject.
        objectType - Type of the OfficeManagedObject.
        typeQualifier - Type qualifier for the OfficeManagedObject.
        extensionInterfaces - Extension interfaces supported by the OfficeManagedObject.