Package step.repository.alm.otaclient
Interface IBaseFactory2
- 
- All Superinterfaces:
- com4j.Com4jObject
 
 public interface IBaseFactory2 extends com4j.Com4jObjectProvides basic object basic factory services, such as adding and removing factory child objects and creating lists of child objects.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObjectgroupingManager()The GroupingManager for this factory.booleangroupingSupported()Check whether the factory supports grouping.
 
- 
- 
- 
Method Detail- 
groupingManagercom4j.Com4jObject groupingManager() The GroupingManager for this factory. Getter method for the COM property "GroupingManager" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
groupingSupportedboolean groupingSupported() Check whether the factory supports grouping. Getter method for the COM property "GroupingSupported" - Returns:
- Returns a value of type boolean
 
 
- 
 
-