Interface ICustomizationBreakdownType

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ICustomizationBreakdownType
    extends com4j.Com4jObject
    For HP use. The QPM KPI Type.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean _new()
      Indicates if the Breakdown Type has been created but not posted to the server.
      java.lang.String defaultGraphLayout()
      Breakdown Type default graph layout.
      void defaultGraphLayout​(java.lang.String pVal)
      Breakdown Type default graph layout.
      boolean deleted()
      Indicates if the Breakdown Type has been removed, but the deletion has not been posted to the server.
      boolean enabled()
      Indicates if the Breakdown Type has been created but not posted to the server.
      void enabled​(boolean pVal)
      Indicates if the Breakdown Type has been created but not posted to the server.
      java.lang.String filter()
      Breakdown Type filter.
      void filter​(java.lang.String pVal)
      Breakdown Type filter.
      java.lang.String functionField()
      Breakdown Type function field.
      void functionField​(java.lang.String pVal)
      Breakdown Type function field.
      java.lang.String functionName()
      Breakdown Type function name.
      void functionName​(java.lang.String pVal)
      Breakdown Type function name.
      java.lang.String groupByColumnName()
      Breakdown Type group by column name.
      void groupByColumnName​(java.lang.String pVal)
      Breakdown Type group by column name.
      int id()
      Breakdown Type ID.
      void id​(int pVal)
      Breakdown Type ID.
      com4j.Com4jObject kpiType()
      Breakdown Type ID.
      java.lang.String name()
      Breakdown Type name.
      void name​(java.lang.String pVal)
      Breakdown Type name.
      boolean updated()
      Indicates if the Breakdown Type object has changed locally since last synchronized with the server.
      • Methods inherited from interface com4j.Com4jObject

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

      • id

        int id()

        Breakdown Type ID.

        Getter method for the COM property "ID"

        Returns:
        Returns a value of type int
      • id

        void id​(int pVal)

        Breakdown Type ID.

        Setter method for the COM property "ID"

        Parameters:
        pVal - Mandatory int parameter.
      • kpiType

        com4j.Com4jObject kpiType()

        Breakdown Type ID.

        Getter method for the COM property "KPIType"

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

        java.lang.String name()

        Breakdown Type name.

        Getter method for the COM property "Name"

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

        void name​(java.lang.String pVal)

        Breakdown Type name.

        Setter method for the COM property "Name"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • filter

        java.lang.String filter()

        Breakdown Type filter.

        Getter method for the COM property "Filter"

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

        void filter​(java.lang.String pVal)

        Breakdown Type filter.

        Setter method for the COM property "Filter"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • groupByColumnName

        java.lang.String groupByColumnName()

        Breakdown Type group by column name.

        Getter method for the COM property "GroupByColumnName"

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

        void groupByColumnName​(java.lang.String pVal)

        Breakdown Type group by column name.

        Setter method for the COM property "GroupByColumnName"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • functionName

        java.lang.String functionName()

        Breakdown Type function name.

        Getter method for the COM property "FunctionName"

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

        void functionName​(java.lang.String pVal)

        Breakdown Type function name.

        Setter method for the COM property "FunctionName"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • functionField

        java.lang.String functionField()

        Breakdown Type function field.

        Getter method for the COM property "FunctionField"

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

        void functionField​(java.lang.String pVal)

        Breakdown Type function field.

        Setter method for the COM property "FunctionField"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • defaultGraphLayout

        java.lang.String defaultGraphLayout()

        Breakdown Type default graph layout.

        Getter method for the COM property "DefaultGraphLayout"

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

        void defaultGraphLayout​(java.lang.String pVal)

        Breakdown Type default graph layout.

        Setter method for the COM property "DefaultGraphLayout"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • enabled

        boolean enabled()

        Indicates if the Breakdown Type has been created but not posted to the server.

        Getter method for the COM property "Enabled"

        Returns:
        Returns a value of type boolean
      • enabled

        void enabled​(boolean pVal)

        Indicates if the Breakdown Type has been created but not posted to the server.

        Setter method for the COM property "Enabled"

        Parameters:
        pVal - Mandatory boolean parameter.
      • updated

        boolean updated()

        Indicates if the Breakdown Type object has changed locally since last synchronized with the server.

        Getter method for the COM property "Updated"

        Returns:
        Returns a value of type boolean
      • deleted

        boolean deleted()

        Indicates if the Breakdown Type has been removed, but the deletion has not been posted to the server.

        Getter method for the COM property "Deleted"

        Returns:
        Returns a value of type boolean
      • _new

        boolean _new()

        Indicates if the Breakdown Type has been created but not posted to the server.

        Getter method for the COM property "New"

        Returns:
        Returns a value of type boolean