Package step.repository.alm.otaclient
Interface IBaselinedEntity
- 
- All Superinterfaces:
- com4j.Com4jObject
 
 public interface IBaselinedEntity extends com4j.Com4jObjectFor HP use. Represents an entity that participate in baselines
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IListbaselines()A list of IBaseline objects in which the entity participated.java.lang.Objectbaselines(int index)
 
- 
- 
- 
Method Detail- 
baselinesIList 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
 
 - 
baselinesjava.lang.Object baselines(int index) 
 
- 
 
-