Interface IKPI
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface IKPI extends IBaseField
For HP use. Represents a KPI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
description()
The KPI's Description.void
description(java.lang.String pVal)
The KPI's Description.int
kpiDefinitionId()
The KPI Definition ID.void
kpiDefinitionId(int pVal)
The KPI Definition ID.java.lang.String
kpiFilter()
The KPI Filter.void
kpiFilter(java.lang.String pVal)
The KPI Filter.java.lang.String
name()
The KPI's Name.void
name(java.lang.String pVal)
The KPI's Name.com4j.Com4jObject
parent()
The KPI's parent milestone.com4j.Com4jObject
thresholdValueFactory()
The Threshold Value Factory.-
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.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
name
java.lang.String name()
The KPI'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)
The KPI's Name.
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
description
java.lang.String description()
The KPI'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)
The KPI's Description.
Setter method for the COM property "Description"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
kpiFilter
java.lang.String kpiFilter()
The KPI Filter.
Getter method for the COM property "KPIFilter"
- Returns:
- Returns a value of type java.lang.String
-
kpiFilter
void kpiFilter(java.lang.String pVal)
The KPI Filter.
Setter method for the COM property "KPIFilter"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
kpiDefinitionId
int kpiDefinitionId()
The KPI Definition ID.
Getter method for the COM property "KPIDefinitionId"
- Returns:
- Returns a value of type int
-
kpiDefinitionId
void kpiDefinitionId(int pVal)
The KPI Definition ID.
Setter method for the COM property "KPIDefinitionId"
- Parameters:
pVal
- Mandatory int parameter.
-
parent
com4j.Com4jObject parent()
The KPI's parent milestone.
Getter method for the COM property "Parent"
- Returns:
- Returns a value of type com4j.Com4jObject
-
thresholdValueFactory
com4j.Com4jObject thresholdValueFactory()
The Threshold Value Factory.
Getter method for the COM property "ThresholdValueFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-