Interface DataCompositionAutoSelectedField
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,SelectedItem
- All Known Implementing Classes:
DataCompositionAutoSelectedFieldImpl
public interface DataCompositionAutoSelectedField extends SelectedItem
A representation of the model object 'Data Composition Auto Selected Field'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isUse()
Returns the value of the 'Use' attribute.void
setUse(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.getDataCompositionAutoSelectedField_Use()
-
-