Interface IBaselineItem
-
- All Superinterfaces:
com4j.Com4jObject
public interface IBaselineItem extends com4j.Com4jObject
For HP use. IBaselineItem Interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBaseline
baseline()
The IBaseline object this item belongs to.com4j.Com4jObject
entity()
The entity as it appeared in the baseline.
-
-
-
Method Detail
-
baseline
IBaseline baseline()
The IBaseline object this item belongs to.
Getter method for the COM property "Baseline"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IBaseline
-
entity
com4j.Com4jObject entity()
The entity as it appeared in the baseline.
Getter method for the COM property "Entity"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-