Package step.repository.alm.otaclient
Interface IBaselinedEntity
-
- All Superinterfaces:
com4j.Com4jObject
public interface IBaselinedEntity extends com4j.Com4jObject
For HP use. Represents an entity that participate in baselines
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
baselines()
A list of IBaseline objects in which the entity participated.java.lang.Object
baselines(int index)
-
-
-
Method Detail
-
baselines
IList baselines()
A list of IBaseline objects in which the entity participated.
Getter method for the COM property "Baselines"
- Returns:
- Returns a value of type otaclient.IList
-
baselines
java.lang.Object baselines(int index)
-
-