Interface DataCompositionSelectedFields
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSelectedFieldsImpl
public interface DataCompositionSelectedFields extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Selected Fields'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<SelectedItem>
getItems()
Returns the value of the 'Items' containment reference list.String
getUserSettingID()
Returns the value of the 'User Setting ID' attribute.Presentation
getUserSettingPresentation()
Returns the value of the 'User Setting Presentation' containment reference.DataCompositionSettingsItemViewMode
getViewMode()
Returns the value of the 'View Mode' attribute.void
setUserSettingID(String value)
Sets the value of the 'User Setting ID
' attribute.void
setUserSettingPresentation(Presentation value)
Sets the value of the 'User Setting Presentation
' containment reference.void
setViewMode(DataCompositionSettingsItemViewMode value)
Sets the value of the 'View Mode
' attribute.
-
-
-
Method Detail
-
getItems
org.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.getDataCompositionSelectedFields_Items()
-
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.getDataCompositionSelectedFields_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()
-
getUserSettingID
String getUserSettingID()
Returns the value of the 'User Setting ID' attribute.- Returns:
- the value of the 'User Setting ID' attribute.
- See Also:
setUserSettingID(String)
,DcsPackage.getDataCompositionSelectedFields_UserSettingID()
-
setUserSettingID
void setUserSettingID(String value)
Sets the value of the 'User Setting ID
' attribute.- Parameters:
value
- the new value of the 'User Setting ID' attribute.- See Also:
getUserSettingID()
-
getUserSettingPresentation
Presentation getUserSettingPresentation()
Returns the value of the 'User Setting Presentation' containment reference.- Returns:
- the value of the 'User Setting Presentation' containment reference.
- See Also:
setUserSettingPresentation(Presentation)
,DcsPackage.getDataCompositionSelectedFields_UserSettingPresentation()
-
setUserSettingPresentation
void setUserSettingPresentation(Presentation value)
Sets the value of the 'User Setting Presentation
' containment reference.- Parameters:
value
- the new value of the 'User Setting Presentation' containment reference.- See Also:
getUserSettingPresentation()
-
-