Interface DataCompositionSelectedField
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- SelectedItem
 - All Known Implementing Classes:
- DataCompositionSelectedFieldImpl
 
 public interface DataCompositionSelectedField extends SelectedItem A representation of the model object 'Data Composition Selected Field'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionFieldgetField()Returns the value of the 'Field' containment reference.PresentationgetTitle()Returns the value of the 'Title' containment reference.DataCompositionSettingsItemViewModegetViewMode()Returns the value of the 'View Mode' attribute.booleanisUse()Returns the value of the 'Use' attribute.voidsetField(DataCompositionField value)Sets the value of the 'Field' containment reference.voidsetTitle(Presentation value)Sets the value of the 'Title' containment reference.voidsetUse(boolean value)Sets the value of the 'Use' attribute.voidsetViewMode(DataCompositionSettingsItemViewMode value)Sets the value of the 'View Mode' 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.getDataCompositionSelectedField_Use()
 
 - 
setUsevoid setUse(boolean value) Sets the value of the 'Use' attribute.- Parameters:
- value- the new value of the 'Use' attribute.
- See Also:
- isUse()
 
 - 
getFieldDataCompositionField getField() Returns the value of the 'Field' containment reference.- Returns:
- the value of the 'Field' containment reference.
- See Also:
- setField(DataCompositionField),- DcsPackage.getDataCompositionSelectedField_Field()
 
 - 
setFieldvoid setField(DataCompositionField value) Sets the value of the 'Field' containment reference.- Parameters:
- value- the new value of the 'Field' containment reference.
- See Also:
- getField()
 
 - 
getTitlePresentation getTitle() Returns the value of the 'Title' containment reference.- Returns:
- the value of the 'Title' containment reference.
- See Also:
- setTitle(Presentation),- DcsPackage.getDataCompositionSelectedField_Title()
 
 - 
setTitlevoid setTitle(Presentation value) Sets the value of the 'Title' containment reference.- Parameters:
- value- the new value of the 'Title' containment reference.
- See Also:
- getTitle()
 
 - 
getViewModeDataCompositionSettingsItemViewMode getViewMode() Returns the value of the 'View Mode' attribute. The default value is"QuickAccess". The literals are from the enumerationDataCompositionSettingsItemViewMode.- Returns:
- the value of the 'View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- setViewMode(DataCompositionSettingsItemViewMode),- DcsPackage.getDataCompositionSelectedField_ViewMode()
 
 - 
setViewModevoid setViewMode(DataCompositionSettingsItemViewMode value) Sets the value of the 'View Mode' attribute.- Parameters:
- value- the new value of the 'View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- getViewMode()
 
 
- 
 
-