Interface DataCompositionConditionalAppearanceItem
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- DataCompositionConditionalAppearanceItemImpl
 
 public interface DataCompositionConditionalAppearanceItem extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Data Composition Conditional Appearance Item'.The following features are supported: - Use
- Selection
- Filter
- Appearance
- Presentation
- View Mode
- User Setting ID
- User Setting Presentation
- Use In Group
- Use In Hierarchical Group
- Use In Overall
- Use In Fields Header
- Use In Header
- Use In Parameters
- Use In Filter
- Use In Resource Fields Header
- Use In Overall Header
- Use In Overall Resource Fields Header
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionAppearancegetAppearance()Returns the value of the 'Appearance' containment reference.DataCompositionFiltergetFilter()Returns the value of the 'Filter' containment reference.PresentationgetPresentation()Returns the value of the 'Presentation' containment reference.DataCompositionAppearanceFieldsgetSelection()Returns the value of the 'Selection' containment reference.DataCompositionConditionalAppearanceUsegetUseInFieldsHeader()Returns the value of the 'Use In Fields Header' attribute.DataCompositionConditionalAppearanceUsegetUseInFilter()Returns the value of the 'Use In Filter' attribute.DataCompositionConditionalAppearanceUsegetUseInGroup()Returns the value of the 'Use In Group' attribute.DataCompositionConditionalAppearanceUsegetUseInHeader()Returns the value of the 'Use In Header' attribute.DataCompositionConditionalAppearanceUsegetUseInHierarchicalGroup()Returns the value of the 'Use In Hierarchical Group' attribute.DataCompositionConditionalAppearanceUsegetUseInOverall()Returns the value of the 'Use In Overall' attribute.DataCompositionConditionalAppearanceUsegetUseInOverallHeader()Returns the value of the 'Use In Overall Header' attribute.DataCompositionConditionalAppearanceUsegetUseInOverallResourceFieldsHeader()Returns the value of the 'Use In Overall Resource Fields Header' attribute.DataCompositionConditionalAppearanceUsegetUseInParameters()Returns the value of the 'Use In Parameters' attribute.DataCompositionConditionalAppearanceUsegetUseInResourceFieldsHeader()Returns the value of the 'Use In Resource Fields Header' attribute.StringgetUserSettingID()Returns the value of the 'User Setting ID' attribute.PresentationgetUserSettingPresentation()Returns the value of the 'User Setting Presentation' containment reference.DataCompositionSettingsItemViewModegetViewMode()Returns the value of the 'View Mode' attribute.booleanisUse()Returns the value of the 'Use' attribute.voidsetAppearance(DataCompositionAppearance value)Sets the value of the 'Appearance' containment reference.voidsetFilter(DataCompositionFilter value)Sets the value of the 'Filter' containment reference.voidsetPresentation(Presentation value)Sets the value of the 'Presentation' containment reference.voidsetSelection(DataCompositionAppearanceFields value)Sets the value of the 'Selection' containment reference.voidsetUse(boolean value)Sets the value of the 'Use' attribute.voidsetUseInFieldsHeader(DataCompositionConditionalAppearanceUse value)Sets the value of the 'Use In Fields Header' attribute.voidsetUseInFilter(DataCompositionConditionalAppearanceUse value)Sets the value of the 'Use In Filter' attribute.voidsetUseInGroup(DataCompositionConditionalAppearanceUse value)Sets the value of the 'Use In Group' attribute.voidsetUseInHeader(DataCompositionConditionalAppearanceUse value)Sets the value of the 'Use In Header' attribute.voidsetUseInHierarchicalGroup(DataCompositionConditionalAppearanceUse value)Sets the value of the 'Use In Hierarchical Group' attribute.voidsetUseInOverall(DataCompositionConditionalAppearanceUse value)Sets the value of the 'Use In Overall' attribute.voidsetUseInOverallHeader(DataCompositionConditionalAppearanceUse value)Sets the value of the 'Use In Overall Header' attribute.voidsetUseInOverallResourceFieldsHeader(DataCompositionConditionalAppearanceUse value)Sets the value of the 'Use In Overall Resource Fields Header' attribute.voidsetUseInParameters(DataCompositionConditionalAppearanceUse value)Sets the value of the 'Use In Parameters' attribute.voidsetUseInResourceFieldsHeader(DataCompositionConditionalAppearanceUse value)Sets the value of the 'Use In Resource Fields Header' attribute.voidsetUserSettingID(String value)Sets the value of the 'User Setting ID' attribute.voidsetUserSettingPresentation(Presentation value)Sets the value of the 'User Setting Presentation' containment reference.voidsetViewMode(DataCompositionSettingsItemViewMode value)Sets the value of the 'View Mode' attribute.
 
- 
- 
- 
Method Detail- 
isUseboolean isUse() Returns the value of the 'Use' attribute. The default value is"true".- Returns:
- the value of the 'Use' attribute.
- See Also:
- setUse(boolean),- DcsPackage.getDataCompositionConditionalAppearanceItem_Use()
 
 - 
setUsevoid setUse(boolean value) Sets the value of the 'Use' attribute.- Parameters:
- value- the new value of the 'Use' attribute.
- See Also:
- isUse()
 
 - 
getSelectionDataCompositionAppearanceFields getSelection() Returns the value of the 'Selection' containment reference.- Returns:
- the value of the 'Selection' containment reference.
- See Also:
- setSelection(DataCompositionAppearanceFields),- DcsPackage.getDataCompositionConditionalAppearanceItem_Selection()
 
 - 
setSelectionvoid setSelection(DataCompositionAppearanceFields value) Sets the value of the 'Selection' containment reference.- Parameters:
- value- the new value of the 'Selection' containment reference.
- See Also:
- getSelection()
 
 - 
getFilterDataCompositionFilter getFilter() Returns the value of the 'Filter' containment reference.- Returns:
- the value of the 'Filter' containment reference.
- See Also:
- setFilter(DataCompositionFilter),- DcsPackage.getDataCompositionConditionalAppearanceItem_Filter()
 
 - 
setFiltervoid setFilter(DataCompositionFilter value) Sets the value of the 'Filter' containment reference.- Parameters:
- value- the new value of the 'Filter' containment reference.
- See Also:
- getFilter()
 
 - 
getAppearanceDataCompositionAppearance getAppearance() Returns the value of the 'Appearance' containment reference.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
- setAppearance(DataCompositionAppearance),- DcsPackage.getDataCompositionConditionalAppearanceItem_Appearance()
 
 - 
setAppearancevoid setAppearance(DataCompositionAppearance value) Sets the value of the 'Appearance' containment reference.- Parameters:
- value- the new value of the 'Appearance' containment reference.
- See Also:
- getAppearance()
 
 - 
getPresentationPresentation getPresentation() Returns the value of the 'Presentation' containment reference.- Returns:
- the value of the 'Presentation' containment reference.
- See Also:
- setPresentation(Presentation),- DcsPackage.getDataCompositionConditionalAppearanceItem_Presentation()
 
 - 
setPresentationvoid setPresentation(Presentation value) Sets the value of the 'Presentation' containment reference.- Parameters:
- value- the new value of the 'Presentation' containment reference.
- See Also:
- getPresentation()
 
 - 
getViewModeDataCompositionSettingsItemViewMode getViewMode() Returns the value of the 'View Mode' attribute. The default value is"QuickAccess". The literals are from the enumerationDataCompositionSettingsItemViewMode.- Returns:
- the value of the 'View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- setViewMode(DataCompositionSettingsItemViewMode),- DcsPackage.getDataCompositionConditionalAppearanceItem_ViewMode()
 
 - 
setViewModevoid setViewMode(DataCompositionSettingsItemViewMode value) Sets the value of the 'View Mode' attribute.- Parameters:
- value- the new value of the 'View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- getViewMode()
 
 - 
getUserSettingIDString getUserSettingID() Returns the value of the 'User Setting ID' attribute.- Returns:
- the value of the 'User Setting ID' attribute.
- See Also:
- setUserSettingID(String),- DcsPackage.getDataCompositionConditionalAppearanceItem_UserSettingID()
 
 - 
setUserSettingIDvoid setUserSettingID(String value) Sets the value of the 'User Setting ID' attribute.- Parameters:
- value- the new value of the 'User Setting ID' attribute.
- See Also:
- getUserSettingID()
 
 - 
getUserSettingPresentationPresentation getUserSettingPresentation() Returns the value of the 'User Setting Presentation' containment reference.- Returns:
- the value of the 'User Setting Presentation' containment reference.
- See Also:
- setUserSettingPresentation(Presentation),- DcsPackage.getDataCompositionConditionalAppearanceItem_UserSettingPresentation()
 
 - 
setUserSettingPresentationvoid setUserSettingPresentation(Presentation value) Sets the value of the 'User Setting Presentation' containment reference.- Parameters:
- value- the new value of the 'User Setting Presentation' containment reference.
- See Also:
- getUserSettingPresentation()
 
 - 
getUseInGroupDataCompositionConditionalAppearanceUse getUseInGroup() Returns the value of the 'Use In Group' attribute. The literals are from the enumerationDataCompositionConditionalAppearanceUse.- Returns:
- the value of the 'Use In Group' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- setUseInGroup(DataCompositionConditionalAppearanceUse),- DcsPackage.getDataCompositionConditionalAppearanceItem_UseInGroup()
 
 - 
setUseInGroupvoid setUseInGroup(DataCompositionConditionalAppearanceUse value) Sets the value of the 'Use In Group' attribute.- Parameters:
- value- the new value of the 'Use In Group' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- getUseInGroup()
 
 - 
getUseInHierarchicalGroupDataCompositionConditionalAppearanceUse getUseInHierarchicalGroup() Returns the value of the 'Use In Hierarchical Group' attribute. The literals are from the enumerationDataCompositionConditionalAppearanceUse.- Returns:
- the value of the 'Use In Hierarchical Group' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- setUseInHierarchicalGroup(DataCompositionConditionalAppearanceUse),- DcsPackage.getDataCompositionConditionalAppearanceItem_UseInHierarchicalGroup()
 
 - 
setUseInHierarchicalGroupvoid setUseInHierarchicalGroup(DataCompositionConditionalAppearanceUse value) Sets the value of the 'Use In Hierarchical Group' attribute.- Parameters:
- value- the new value of the 'Use In Hierarchical Group' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- getUseInHierarchicalGroup()
 
 - 
getUseInOverallDataCompositionConditionalAppearanceUse getUseInOverall() Returns the value of the 'Use In Overall' attribute. The literals are from the enumerationDataCompositionConditionalAppearanceUse.- Returns:
- the value of the 'Use In Overall' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- setUseInOverall(DataCompositionConditionalAppearanceUse),- DcsPackage.getDataCompositionConditionalAppearanceItem_UseInOverall()
 
 - 
setUseInOverallvoid setUseInOverall(DataCompositionConditionalAppearanceUse value) Sets the value of the 'Use In Overall' attribute.- Parameters:
- value- the new value of the 'Use In Overall' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- getUseInOverall()
 
 - 
getUseInFieldsHeaderDataCompositionConditionalAppearanceUse getUseInFieldsHeader() Returns the value of the 'Use In Fields Header' attribute. The literals are from the enumerationDataCompositionConditionalAppearanceUse.- Returns:
- the value of the 'Use In Fields Header' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- setUseInFieldsHeader(DataCompositionConditionalAppearanceUse),- DcsPackage.getDataCompositionConditionalAppearanceItem_UseInFieldsHeader()
 
 - 
setUseInFieldsHeadervoid setUseInFieldsHeader(DataCompositionConditionalAppearanceUse value) Sets the value of the 'Use In Fields Header' attribute.- Parameters:
- value- the new value of the 'Use In Fields Header' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- getUseInFieldsHeader()
 
 - 
getUseInHeaderDataCompositionConditionalAppearanceUse getUseInHeader() Returns the value of the 'Use In Header' attribute. The literals are from the enumerationDataCompositionConditionalAppearanceUse.- Returns:
- the value of the 'Use In Header' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- setUseInHeader(DataCompositionConditionalAppearanceUse),- DcsPackage.getDataCompositionConditionalAppearanceItem_UseInHeader()
 
 - 
setUseInHeadervoid setUseInHeader(DataCompositionConditionalAppearanceUse value) Sets the value of the 'Use In Header' attribute.- Parameters:
- value- the new value of the 'Use In Header' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- getUseInHeader()
 
 - 
getUseInParametersDataCompositionConditionalAppearanceUse getUseInParameters() Returns the value of the 'Use In Parameters' attribute. The literals are from the enumerationDataCompositionConditionalAppearanceUse.- Returns:
- the value of the 'Use In Parameters' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- setUseInParameters(DataCompositionConditionalAppearanceUse),- DcsPackage.getDataCompositionConditionalAppearanceItem_UseInParameters()
 
 - 
setUseInParametersvoid setUseInParameters(DataCompositionConditionalAppearanceUse value) Sets the value of the 'Use In Parameters' attribute.- Parameters:
- value- the new value of the 'Use In Parameters' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- getUseInParameters()
 
 - 
getUseInFilterDataCompositionConditionalAppearanceUse getUseInFilter() Returns the value of the 'Use In Filter' attribute. The literals are from the enumerationDataCompositionConditionalAppearanceUse.- Returns:
- the value of the 'Use In Filter' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- setUseInFilter(DataCompositionConditionalAppearanceUse),- DcsPackage.getDataCompositionConditionalAppearanceItem_UseInFilter()
 
 - 
setUseInFiltervoid setUseInFilter(DataCompositionConditionalAppearanceUse value) Sets the value of the 'Use In Filter' attribute.- Parameters:
- value- the new value of the 'Use In Filter' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- getUseInFilter()
 
 - 
getUseInResourceFieldsHeaderDataCompositionConditionalAppearanceUse getUseInResourceFieldsHeader() Returns the value of the 'Use In Resource Fields Header' attribute. The literals are from the enumerationDataCompositionConditionalAppearanceUse.- Returns:
- the value of the 'Use In Resource Fields Header' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- setUseInResourceFieldsHeader(DataCompositionConditionalAppearanceUse),- DcsPackage.getDataCompositionConditionalAppearanceItem_UseInResourceFieldsHeader()
 
 - 
setUseInResourceFieldsHeadervoid setUseInResourceFieldsHeader(DataCompositionConditionalAppearanceUse value) Sets the value of the 'Use In Resource Fields Header' attribute.- Parameters:
- value- the new value of the 'Use In Resource Fields Header' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- getUseInResourceFieldsHeader()
 
 - 
getUseInOverallHeaderDataCompositionConditionalAppearanceUse getUseInOverallHeader() Returns the value of the 'Use In Overall Header' attribute. The literals are from the enumerationDataCompositionConditionalAppearanceUse.- Returns:
- the value of the 'Use In Overall Header' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- setUseInOverallHeader(DataCompositionConditionalAppearanceUse),- DcsPackage.getDataCompositionConditionalAppearanceItem_UseInOverallHeader()
 
 - 
setUseInOverallHeadervoid setUseInOverallHeader(DataCompositionConditionalAppearanceUse value) Sets the value of the 'Use In Overall Header' attribute.- Parameters:
- value- the new value of the 'Use In Overall Header' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- getUseInOverallHeader()
 
 - 
getUseInOverallResourceFieldsHeaderDataCompositionConditionalAppearanceUse getUseInOverallResourceFieldsHeader() Returns the value of the 'Use In Overall Resource Fields Header' attribute. The literals are from the enumerationDataCompositionConditionalAppearanceUse.- Returns:
- the value of the 'Use In Overall Resource Fields Header' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- setUseInOverallResourceFieldsHeader(DataCompositionConditionalAppearanceUse),- DcsPackage.getDataCompositionConditionalAppearanceItem_UseInOverallResourceFieldsHeader()
 
 - 
setUseInOverallResourceFieldsHeadervoid setUseInOverallResourceFieldsHeader(DataCompositionConditionalAppearanceUse value) Sets the value of the 'Use In Overall Resource Fields Header' attribute.- Parameters:
- value- the new value of the 'Use In Overall Resource Fields Header' attribute.
- See Also:
- DataCompositionConditionalAppearanceUse,- getUseInOverallResourceFieldsHeader()
 
 
- 
 
-