Interface DataCompositionAutoGroupField
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- GroupItem,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- DataCompositionAutoGroupFieldImpl
 
 public interface DataCompositionAutoGroupField extends GroupItem A representation of the model object 'Data Composition Auto Group Field'.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.getDataCompositionAutoGroupField_Use()
 
 
- 
 
-