Interface DataCompositionSettings
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSettingsImpl
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:
DcsPackage.getDataCompositionSettings()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Structure
getAdditionalProperties()
Returns the value of the 'Additional Properties' containment reference.DataCompositionConditionalAppearance
getConditionalAppearance()
Returns the value of the 'Conditional Appearance' containment reference.DataCompositionDataParameterValues
getDataParameters()
Returns the value of the 'Data Parameters' containment reference.DataCompositionFilter
getFilter()
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.String
getItemsUserSettingID()
Returns the value of the 'Items User Setting ID' attribute.Presentation
getItemsUserSettingPresentation()
Returns the value of the 'Items User Setting Presentation' containment reference.DataCompositionSettingsItemViewMode
getItemsViewMode()
Returns the value of the 'Items View Mode' attribute.DataCompositionOrder
getOrder()
Returns the value of the 'Order' containment reference.DataCompositionOutputParameterValues
getOutputParameters()
Returns the value of the 'Output Parameters' containment reference.DataCompositionSelectedFields
getSelection()
Returns the value of the 'Selection' containment reference.DataCompositionUserFields
getUserFields()
Returns the value of the 'User Fields' containment reference.void
setAdditionalProperties(Structure value)
Sets the value of the 'Additional Properties
' containment reference.void
setConditionalAppearance(DataCompositionConditionalAppearance value)
Sets the value of the 'Conditional Appearance
' containment reference.void
setDataParameters(DataCompositionDataParameterValues value)
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
setItemsUserSettingPresentation(Presentation value)
Sets the value of the 'Items User Setting Presentation
' containment reference.void
setItemsViewMode(DataCompositionSettingsItemViewMode value)
Sets the value of the 'Items View Mode
' attribute.void
setOrder(DataCompositionOrder value)
Sets the value of the 'Order
' containment reference.void
setOutputParameters(DataCompositionOutputParameterValues value)
Sets the value of the 'Output Parameters
' containment reference.void
setSelection(DataCompositionSelectedFields value)
Sets the value of the 'Selection
' containment reference.void
setUserFields(DataCompositionUserFields value)
Sets the value of the 'User Fields
' containment reference.
-
-
-
Method Detail
-
getUserFields
DataCompositionUserFields getUserFields()
Returns the value of the 'User Fields' containment reference.- Returns:
- the value of the 'User Fields' containment reference.
- See Also:
setUserFields(DataCompositionUserFields)
,DcsPackage.getDataCompositionSettings_UserFields()
-
setUserFields
void setUserFields(DataCompositionUserFields value)
Sets the value of the 'User Fields
' containment reference.- Parameters:
value
- the new value of the 'User Fields' containment reference.- See Also:
getUserFields()
-
getSelection
DataCompositionSelectedFields getSelection()
Returns the value of the 'Selection' containment reference.- Returns:
- the value of the 'Selection' containment reference.
- See Also:
setSelection(DataCompositionSelectedFields)
,DcsPackage.getDataCompositionSettings_Selection()
-
setSelection
void setSelection(DataCompositionSelectedFields value)
Sets the value of the 'Selection
' containment reference.- Parameters:
value
- the new value of the 'Selection' containment reference.- See Also:
getSelection()
-
getFilter
DataCompositionFilter getFilter()
Returns the value of the 'Filter' containment reference.- Returns:
- the value of the 'Filter' containment reference.
- See Also:
setFilter(DataCompositionFilter)
,DcsPackage.getDataCompositionSettings_Filter()
-
setFilter
void setFilter(DataCompositionFilter value)
Sets the value of the 'Filter
' containment reference.- Parameters:
value
- the new value of the 'Filter' containment reference.- See Also:
getFilter()
-
getDataParameters
DataCompositionDataParameterValues getDataParameters()
Returns the value of the 'Data Parameters' containment reference.- Returns:
- the value of the 'Data Parameters' containment reference.
- See Also:
setDataParameters(DataCompositionDataParameterValues)
,DcsPackage.getDataCompositionSettings_DataParameters()
-
setDataParameters
void setDataParameters(DataCompositionDataParameterValues value)
Sets the value of the 'Data Parameters
' containment reference.- Parameters:
value
- the new value of the 'Data Parameters' containment reference.- See Also:
getDataParameters()
-
getOrder
DataCompositionOrder getOrder()
Returns the value of the 'Order' containment reference.- Returns:
- the value of the 'Order' containment reference.
- See Also:
setOrder(DataCompositionOrder)
,DcsPackage.getDataCompositionSettings_Order()
-
setOrder
void setOrder(DataCompositionOrder value)
Sets the value of the 'Order
' containment reference.- Parameters:
value
- the new value of the 'Order' containment reference.- See Also:
getOrder()
-
getConditionalAppearance
DataCompositionConditionalAppearance getConditionalAppearance()
Returns the value of the 'Conditional Appearance' containment reference.- Returns:
- the value of the 'Conditional Appearance' containment reference.
- See Also:
setConditionalAppearance(DataCompositionConditionalAppearance)
,DcsPackage.getDataCompositionSettings_ConditionalAppearance()
-
setConditionalAppearance
void setConditionalAppearance(DataCompositionConditionalAppearance value)
Sets the value of the 'Conditional Appearance
' containment reference.- Parameters:
value
- the new value of the 'Conditional Appearance' containment reference.- See Also:
getConditionalAppearance()
-
getOutputParameters
DataCompositionOutputParameterValues getOutputParameters()
Returns the value of the 'Output Parameters' containment reference.- Returns:
- the value of the 'Output Parameters' containment reference.
- See Also:
setOutputParameters(DataCompositionOutputParameterValues)
,DcsPackage.getDataCompositionSettings_OutputParameters()
-
setOutputParameters
void setOutputParameters(DataCompositionOutputParameterValues value)
Sets the value of the 'Output Parameters
' containment reference.- Parameters:
value
- the new value of the 'Output Parameters' containment reference.- See Also:
getOutputParameters()
-
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.getDataCompositionSettings_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.getDataCompositionSettings_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()
-
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:
DataCompositionSettingsItemViewMode
,setItemsViewMode(DataCompositionSettingsItemViewMode)
,DcsPackage.getDataCompositionSettings_ItemsViewMode()
-
setItemsViewMode
void setItemsViewMode(DataCompositionSettingsItemViewMode value)
Sets the value of the 'Items View Mode
' attribute.- Parameters:
value
- the new value of the 'Items View Mode' attribute.- See Also:
DataCompositionSettingsItemViewMode
,getItemsViewMode()
-
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(String)
,DcsPackage.getDataCompositionSettings_ItemsUserSettingID()
-
setItemsUserSettingID
void setItemsUserSettingID(String value)
Sets the value of the 'Items User Setting ID
' attribute.- Parameters:
value
- the new value of the 'Items User Setting ID' attribute.- See Also:
getItemsUserSettingID()
-
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(Presentation)
,DcsPackage.getDataCompositionSettings_ItemsUserSettingPresentation()
-
setItemsUserSettingPresentation
void setItemsUserSettingPresentation(Presentation value)
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:
getItemsUserSettingPresentation()
-
-