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
Modifier and TypeMethodDescriptionReturns 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.voidsetAdditionalProperties(Structure value) Sets the value of the 'Additional Properties' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
getAdditionalProperties
Structure getAdditionalProperties()Returns the value of the 'Additional Properties' containment reference.- Returns:
- the value of the 'Additional Properties' containment reference.
- See Also:
-
setAdditionalProperties
Sets the value of the 'Additional Properties' containment reference.- Parameters:
value- the new value of the 'Additional Properties' containment reference.- See Also:
-