Interface DataCompositionSettings
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSettingsImpl
,ExtInfoManagementServiceTest.TestClassDataCompositionSettings
public interface DataCompositionSettings
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Settings'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Additional Properties' containment reference.Returns the value of the 'Conditional Appearance' containment reference.Returns the value of the 'Data Parameters' containment reference.Returns the value of the 'Filter' containment reference.org.eclipse.emf.common.util.EList<StructureItem>
getItems()
Returns the value of the 'Items' containment reference list.Returns the value of the 'Items User Setting ID' attribute.Returns the value of the 'Items User Setting Presentation' containment reference.Returns the value of the 'Items View Mode' attribute.getOrder()
Returns the value of the 'Order' containment reference.Returns the value of the 'Output Parameters' containment reference.Returns the value of the 'Selection' containment reference.Returns the value of the 'User Fields' containment reference.void
setAdditionalProperties
(Structure value) Sets the value of the 'Additional Properties
' containment reference.void
Sets the value of the 'Conditional Appearance
' containment reference.void
Sets the value of the 'Data Parameters
' containment reference.void
setFilter
(DataCompositionFilter value) Sets the value of the 'Filter
' containment reference.void
setItemsUserSettingID
(String value) Sets the value of the 'Items User Setting ID
' attribute.void
Sets the value of the 'Items User Setting Presentation
' containment reference.void
Sets the value of the 'Items View Mode
' attribute.void
setOrder
(DataCompositionOrder value) Sets the value of the 'Order
' containment reference.void
Sets the value of the 'Output Parameters
' containment reference.void
Sets the value of the 'Selection
' containment reference.void
Sets the value of the 'User Fields
' 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, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getUserFields
DataCompositionUserFields getUserFields()Returns the value of the 'User Fields' containment reference.- Returns:
- the value of the 'User Fields' containment reference.
- See Also:
-
setUserFields
Sets the value of the 'User Fields
' containment reference.- Parameters:
value
- the new value of the 'User Fields' containment reference.- See Also:
-
getSelection
DataCompositionSelectedFields getSelection()Returns the value of the 'Selection' containment reference.- Returns:
- the value of the 'Selection' containment reference.
- See Also:
-
setSelection
Sets the value of the 'Selection
' containment reference.- Parameters:
value
- the new value of the 'Selection' containment reference.- See Also:
-
getFilter
DataCompositionFilter getFilter()Returns the value of the 'Filter' containment reference.- Returns:
- the value of the 'Filter' containment reference.
- See Also:
-
setFilter
Sets the value of the 'Filter
' containment reference.- Parameters:
value
- the new value of the 'Filter' containment reference.- See Also:
-
getDataParameters
DataCompositionDataParameterValues getDataParameters()Returns the value of the 'Data Parameters' containment reference.- Returns:
- the value of the 'Data Parameters' containment reference.
- See Also:
-
setDataParameters
Sets the value of the 'Data Parameters
' containment reference.- Parameters:
value
- the new value of the 'Data Parameters' containment reference.- See Also:
-
getOrder
DataCompositionOrder getOrder()Returns the value of the 'Order' containment reference.- Returns:
- the value of the 'Order' containment reference.
- See Also:
-
setOrder
Sets the value of the 'Order
' containment reference.- Parameters:
value
- the new value of the 'Order' containment reference.- See Also:
-
getConditionalAppearance
DataCompositionConditionalAppearance getConditionalAppearance()Returns the value of the 'Conditional Appearance' containment reference.- Returns:
- the value of the 'Conditional Appearance' containment reference.
- See Also:
-
setConditionalAppearance
Sets the value of the 'Conditional Appearance
' containment reference.- Parameters:
value
- the new value of the 'Conditional Appearance' containment reference.- See Also:
-
getOutputParameters
DataCompositionOutputParameterValues getOutputParameters()Returns the value of the 'Output Parameters' containment reference.- Returns:
- the value of the 'Output Parameters' containment reference.
- See Also:
-
setOutputParameters
Sets the value of the 'Output Parameters
' containment reference.- Parameters:
value
- the new value of the 'Output Parameters' containment reference.- See Also:
-
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:
-
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:
-
getItemsViewMode
DataCompositionSettingsItemViewMode getItemsViewMode()Returns the value of the 'Items View Mode' attribute. The default value is"QuickAccess"
. The literals are from the enumerationDataCompositionSettingsItemViewMode
.- Returns:
- the value of the 'Items View Mode' attribute.
- See Also:
-
setItemsViewMode
Sets the value of the 'Items View Mode
' attribute.- Parameters:
value
- the new value of the 'Items View Mode' attribute.- See Also:
-
getItemsUserSettingID
String getItemsUserSettingID()Returns the value of the 'Items User Setting ID' attribute.- Returns:
- the value of the 'Items User Setting ID' attribute.
- See Also:
-
setItemsUserSettingID
Sets the value of the 'Items User Setting ID
' attribute.- Parameters:
value
- the new value of the 'Items User Setting ID' attribute.- See Also:
-
getItemsUserSettingPresentation
Presentation getItemsUserSettingPresentation()Returns the value of the 'Items User Setting Presentation' containment reference.- Returns:
- the value of the 'Items User Setting Presentation' containment reference.
- See Also:
-
setItemsUserSettingPresentation
Sets the value of the 'Items User Setting Presentation
' containment reference.- Parameters:
value
- the new value of the 'Items User Setting Presentation' containment reference.- See Also:
-