Interface IKPIDefinition
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
public interface IKPIDefinition extends IBaseFieldEx
For HP use. Represents a KPIDefinition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
denominatorFilter()
Get KPI definition's denominator filter.void
denominatorFilter(java.lang.String pVal)
Get KPI definition's denominator filter.java.lang.String
description()
Get KPI definition's description.void
description(java.lang.String pVal)
Get KPI definition's description.boolean
directionIsUp()
Get definition's measurement direction.void
directionIsUp(boolean pVal)
Get definition's measurement direction.java.lang.String
entityType()
Get KPI definition's entity type.void
entityType(java.lang.String pVal)
Get KPI definition's entity type.double
maximumValue()
Get definition's Maximum Value.void
maximumValue(double pVal)
Get definition's Maximum Value.java.lang.String
metricType()
Get KPI definition's entity type.void
metricType(java.lang.String pVal)
Get KPI definition's entity type.double
minimumValue()
Get definition's Minimum Value.void
minimumValue(double pVal)
Get definition's Minimum Value.java.lang.String
name()
Get definition's name.void
name(java.lang.String pVal)
Get definition's name.java.lang.String
numeratorFilter()
Get KPI definition's numerator filter.void
numeratorFilter(java.lang.String pVal)
Get KPI definition's numerator filter.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
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.
-
-