Interface ICustomizationBreakdownTypes

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ICustomizationBreakdownTypes
    extends com4j.Com4jObject
    For HP use. The collection of QPM Breakdown Types.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject addBreakdownType​(java.lang.String name)
      Creates a new CustomizationBreakdownType.
      IList breakdownTypes()
      Gets the list of ICustomizationBreakdownType objects.
      java.lang.Object breakdownTypes​(int index)  
      void removeBreakdownType​(int id)
      Deletes the specified CustomizationKPIType.
      • Methods inherited from interface com4j.Com4jObject

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

      • addBreakdownType

        com4j.Com4jObject addBreakdownType​(java.lang.String name)

        Creates a new CustomizationBreakdownType.

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

        void removeBreakdownType​(int id)

        Deletes the specified CustomizationKPIType.

        Parameters:
        id - Mandatory int parameter.
      • breakdownTypes

        IList breakdownTypes()

        Gets the list of ICustomizationBreakdownType objects.

        Getter method for the COM property "BreakdownTypes"

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

        java.lang.Object breakdownTypes​(int index)