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.EObjectA 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 StructuregetAdditionalProperties()Returns the value of the 'Additional Properties' containment reference.DataCompositionConditionalAppearancegetConditionalAppearance()Returns the value of the 'Conditional Appearance' containment reference.DataCompositionDataParameterValuesgetDataParameters()Returns the value of the 'Data Parameters' containment reference.DataCompositionFiltergetFilter()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.StringgetItemsUserSettingID()Returns the value of the 'Items User Setting ID' attribute.PresentationgetItemsUserSettingPresentation()Returns the value of the 'Items User Setting Presentation' containment reference.DataCompositionSettingsItemViewModegetItemsViewMode()Returns the value of the 'Items View Mode' attribute.DataCompositionOrdergetOrder()Returns the value of the 'Order' containment reference.DataCompositionOutputParameterValuesgetOutputParameters()Returns the value of the 'Output Parameters' containment reference.DataCompositionSelectedFieldsgetSelection()Returns the value of the 'Selection' containment reference.DataCompositionUserFieldsgetUserFields()Returns the value of the 'User Fields' containment reference.voidsetAdditionalProperties(Structure value)Sets the value of the 'Additional Properties' containment reference.voidsetConditionalAppearance(DataCompositionConditionalAppearance value)Sets the value of the 'Conditional Appearance' containment reference.voidsetDataParameters(DataCompositionDataParameterValues value)Sets the value of the 'Data Parameters' containment reference.voidsetFilter(DataCompositionFilter value)Sets the value of the 'Filter' containment reference.voidsetItemsUserSettingID(String value)Sets the value of the 'Items User Setting ID' attribute.voidsetItemsUserSettingPresentation(Presentation value)Sets the value of the 'Items User Setting Presentation' containment reference.voidsetItemsViewMode(DataCompositionSettingsItemViewMode value)Sets the value of the 'Items View Mode' attribute.voidsetOrder(DataCompositionOrder value)Sets the value of the 'Order' containment reference.voidsetOutputParameters(DataCompositionOutputParameterValues value)Sets the value of the 'Output Parameters' containment reference.voidsetSelection(DataCompositionSelectedFields value)Sets the value of the 'Selection' containment reference.voidsetUserFields(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()
-
-