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 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.getDataCompositionAutoSelectedField_Use()
 
 
- 
 
-