Interface IKPIDefinition

    • Method Detail

      • name

        java.lang.String name()

        Get definition's name.

        Getter method for the COM property "Name"

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

        void name​(java.lang.String pVal)

        Get definition's name.

        Setter method for the COM property "Name"

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

        double minimumValue()

        Get definition's Minimum Value.

        Getter method for the COM property "MinimumValue"

        Returns:
        Returns a value of type double
      • minimumValue

        void minimumValue​(double pVal)

        Get definition's Minimum Value.

        Setter method for the COM property "MinimumValue"

        Parameters:
        pVal - Mandatory double parameter.
      • maximumValue

        double maximumValue()

        Get definition's Maximum Value.

        Getter method for the COM property "MaximumValue"

        Returns:
        Returns a value of type double
      • maximumValue

        void maximumValue​(double pVal)

        Get definition's Maximum Value.

        Setter method for the COM property "MaximumValue"

        Parameters:
        pVal - Mandatory double parameter.
      • directionIsUp

        boolean directionIsUp()

        Get definition's measurement direction.

        Getter method for the COM property "DirectionIsUp"

        Returns:
        Returns a value of type boolean
      • directionIsUp

        void directionIsUp​(boolean pVal)

        Get definition's measurement direction.

        Setter method for the COM property "DirectionIsUp"

        Parameters:
        pVal - Mandatory boolean parameter.
      • description

        java.lang.String description()

        Get KPI definition's description.

        Getter method for the COM property "Description"

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

        void description​(java.lang.String pVal)

        Get KPI definition's description.

        Setter method for the COM property "Description"

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

        java.lang.String entityType()

        Get KPI definition's entity type.

        Getter method for the COM property "EntityType"

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

        void entityType​(java.lang.String pVal)

        Get KPI definition's entity type.

        Setter method for the COM property "EntityType"

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

        java.lang.String numeratorFilter()

        Get KPI definition's numerator filter.

        Getter method for the COM property "NumeratorFilter"

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

        void numeratorFilter​(java.lang.String pVal)

        Get KPI definition's numerator filter.

        Setter method for the COM property "NumeratorFilter"

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

        java.lang.String denominatorFilter()

        Get KPI definition's denominator filter.

        Getter method for the COM property "DenominatorFilter"

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

        void denominatorFilter​(java.lang.String pVal)

        Get KPI definition's denominator filter.

        Setter method for the COM property "DenominatorFilter"

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

        java.lang.String metricType()

        Get KPI definition's entity type.

        Getter method for the COM property "MetricType"

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

        void metricType​(java.lang.String pVal)

        Get KPI definition's entity type.

        Setter method for the COM property "MetricType"

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