Interface DataCompositionSelectedFieldGroup
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- SelectedItem
 - All Known Implementing Classes:
- DataCompositionSelectedFieldGroupImpl
 
 public interface DataCompositionSelectedFieldGroup extends SelectedItem A representation of the model object 'Data Composition Selected Field Group'.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.org.eclipse.emf.common.util.EList<SelectedItem>getItems()Returns the value of the 'Items' containment reference list.DataCompositionFieldPlacementgetPlacement()Returns the value of the 'Placement' attribute.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.voidsetPlacement(DataCompositionFieldPlacement value)Sets the value of the 'Placement' attribute.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.getDataCompositionSelectedFieldGroup_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.getDataCompositionSelectedFieldGroup_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.getDataCompositionSelectedFieldGroup_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()
 
 - 
getItemsorg.eclipse.emf.common.util.EList<SelectedItem> getItems() Returns the value of the 'Items' containment reference list. The list contents are of typeSelectedItem.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
- DcsPackage.getDataCompositionSelectedFieldGroup_Items()
 
 - 
getPlacementDataCompositionFieldPlacement getPlacement() Returns the value of the 'Placement' attribute. The literals are from the enumerationDataCompositionFieldPlacement.- Returns:
- the value of the 'Placement' attribute.
- See Also:
- DataCompositionFieldPlacement,- setPlacement(DataCompositionFieldPlacement),- DcsPackage.getDataCompositionSelectedFieldGroup_Placement()
 
 - 
setPlacementvoid setPlacement(DataCompositionFieldPlacement value) Sets the value of the 'Placement' attribute.- Parameters:
- value- the new value of the 'Placement' attribute.
- See Also:
- DataCompositionFieldPlacement,- getPlacement()
 
 - 
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.getDataCompositionSelectedFieldGroup_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()
 
 
- 
 
-