Interface ISupportEntitySubtypes

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ISupportEntitySubtypes
    extends com4j.Com4jObject
    Represents a factory with support for subtypes.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject getSubtype​(java.lang.String subtypeId)
      Subtype corresponding to the given subtype ID.
      IList subtypes()
      List of subtypes supported by this entity.
      java.lang.Object subtypes​(int index)  
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • subtypes

        IList subtypes()

        List of subtypes supported by this entity.

        Getter method for the COM property "Subtypes"

        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IList
      • subtypes

        java.lang.Object subtypes​(int index)
      • getSubtype

        com4j.Com4jObject getSubtype​(java.lang.String subtypeId)

        Subtype corresponding to the given subtype ID.

        Parameters:
        subtypeId - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type com4j.Com4jObject