Interface DataCompositionUserSettings
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionUserSettingsImpl
public interface DataCompositionUserSettings extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition User Settings'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Structure
getAdditionalProperties()
Returns the value of the 'Additional Properties' containment reference.org.eclipse.emf.common.util.EList<Value>
getItems()
Returns the value of the 'Items' containment reference list.void
setAdditionalProperties(Structure value)
Sets the value of the 'Additional Properties
' containment reference.
-
-
-
Method Detail
-
getItems
org.eclipse.emf.common.util.EList<Value> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of typeValue
.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
DcsPackage.getDataCompositionUserSettings_Items()
-
getAdditionalProperties
Structure getAdditionalProperties()
Returns the value of the 'Additional Properties' containment reference.- Returns:
- the value of the 'Additional Properties' containment reference.
- See Also:
setAdditionalProperties(Structure)
,DcsPackage.getDataCompositionUserSettings_AdditionalProperties()
-
setAdditionalProperties
void setAdditionalProperties(Structure value)
Sets the value of the 'Additional Properties
' containment reference.- Parameters:
value
- the new value of the 'Additional Properties' containment reference.- See Also:
getAdditionalProperties()
-
-