Package step.repository.alm.otaclient
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 tocom4j.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 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
-
-