Interface SettingStructure
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SettingStructureImpl
public interface SettingStructure extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Setting Structure'.The following features are supported:
- See Also:
DcsPackage.getSettingStructure()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<StructureItem>
getItems()
Returns the value of the 'Items' containment reference list.String
getUserSettingID()
Returns the value of the 'User Setting ID' attribute.DataCompositionSettingsItemViewMode
getViewMode()
Returns the value of the 'View Mode' attribute.void
setUserSettingID(String value)
Sets the value of the 'User Setting ID
' attribute.void
setViewMode(DataCompositionSettingsItemViewMode value)
Sets the value of the 'View Mode
' attribute.
-
-
-
Method Detail
-
getItems
org.eclipse.emf.common.util.EList<StructureItem> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of typeStructureItem
.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
DcsPackage.getSettingStructure_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.getSettingStructure_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.getSettingStructure_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()
-
-