Interface DataCompositionAutoOrderItem
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- OrderItem
 - All Known Implementing Classes:
- DataCompositionAutoOrderItemImpl
 
 public interface DataCompositionAutoOrderItem extends OrderItem A representation of the model object 'Data Composition Auto Order Item'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisUse()Returns the value of the 'Use' attribute.voidsetUse(boolean value)Sets the value of the 'Use' attribute.
 
- 
- 
- 
Method Detail- 
isUseboolean isUse() Returns the value of the 'Use' attribute. The default value is"true".- Returns:
- the value of the 'Use' attribute.
- See Also:
- setUse(boolean),- DcsPackage.getDataCompositionAutoOrderItem_Use()
 
 
- 
 
-