Interface ICustomizationSubtype

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ICustomizationSubtype
    extends com4j.Com4jObject
    Represents the Customization subtype of an entity.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IList fields()
      The list of CustomizationTypedField objects for this type.
      java.lang.Object fields​(int index)  
      java.lang.String getAttributeValue​(java.lang.String entityAttrId)
      Get the value of a subtype attribute by the entity attribute's id.
      java.lang.String getAttributeValueByName​(java.lang.String entityAttrName)
      Get the value of an subtype attribute by its name.
      com4j.Com4jObject getEntitySubtype()
      Get an instance of IEntitySubtype wrapping this customization type.
      com4j.Com4jObject getField​(java.lang.String fieldName)
      Gets the CustomizationTypedField specified by FieldName.
      java.lang.String id()
      The CustomizationSubtype ID.
      java.lang.String name()
      The CustomizationSubtype name.
      • Methods inherited from interface com4j.Com4jObject

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

      • id

        java.lang.String id()

        The CustomizationSubtype ID.

        Getter method for the COM property "ID"

        Returns:
        Returns a value of type java.lang.String
      • name

        java.lang.String name()

        The CustomizationSubtype name.

        Getter method for the COM property "Name"

        Returns:
        Returns a value of type java.lang.String
      • fields

        IList fields()

        The list of CustomizationTypedField objects for this type.

        Getter method for the COM property "Fields"

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

        java.lang.Object fields​(int index)
      • getField

        com4j.Com4jObject getField​(java.lang.String fieldName)

        Gets the CustomizationTypedField specified by FieldName.

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

        com4j.Com4jObject getEntitySubtype()

        Get an instance of IEntitySubtype wrapping this customization type.

        Returns:
        Returns a value of type com4j.Com4jObject
      • getAttributeValue

        java.lang.String getAttributeValue​(java.lang.String entityAttrId)

        Get the value of a subtype attribute by the entity attribute's id.

        Parameters:
        entityAttrId - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type java.lang.String
      • getAttributeValueByName

        java.lang.String getAttributeValueByName​(java.lang.String entityAttrName)

        Get the value of an subtype attribute by its name.

        Parameters:
        entityAttrName - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type java.lang.String