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 Summary
All 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
-
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.getDataCompositionSelectedField_Use()
-
setUse
void setUse(boolean value)
Sets the value of the 'Use' attribute.- Parameters:
value- the new value of the 'Use' attribute.- See Also:
isUse()
-
getField
DataCompositionField getField()
Returns the value of the 'Field' containment reference.- Returns:
- the value of the 'Field' containment reference.
- See Also:
setField(DataCompositionField),DcsPackage.getDataCompositionSelectedField_Field()
-
setField
void setField(DataCompositionField value)
Sets the value of the 'Field' containment reference.- Parameters:
value- the new value of the 'Field' containment reference.- See Also:
getField()
-
getTitle
Presentation getTitle()
Returns the value of the 'Title' containment reference.- Returns:
- the value of the 'Title' containment reference.
- See Also:
setTitle(Presentation),DcsPackage.getDataCompositionSelectedField_Title()
-
setTitle
void setTitle(Presentation value)
Sets the value of the 'Title' containment reference.- Parameters:
value- the new value of the 'Title' containment reference.- See Also:
getTitle()
-
getViewMode
DataCompositionSettingsItemViewMode 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()
-
setViewMode
void 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()
-
-