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.EObjectA representation of the model object 'Data Composition User Settings'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StructuregetAdditionalProperties()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.voidsetAdditionalProperties(Structure value)Sets the value of the 'Additional Properties' containment reference.
 
- 
- 
- 
Method Detail- 
getItemsorg.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()
 
 - 
getAdditionalPropertiesStructure 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()
 
 - 
setAdditionalPropertiesvoid 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()
 
 
- 
 
-