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 Summary
All 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
-
isUse
boolean 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()
-
-