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:
UseSelectionFilterAppearancePresentationView ModeUser Setting IDUser Setting PresentationUse In GroupUse In Hierarchical GroupUse In OverallUse In Fields HeaderUse In HeaderUse In ParametersUse In FilterUse In Resource Fields HeaderUse In Overall HeaderUse In Overall Resource Fields Header
-
-
Method Summary
All 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
-
isUse
boolean 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()
-
setUse
void setUse(boolean value)
Sets the value of the 'Use' attribute.- Parameters:
value- the new value of the 'Use' attribute.- See Also:
isUse()
-
getSelection
DataCompositionAppearanceFields getSelection()
Returns the value of the 'Selection' containment reference.- Returns:
- the value of the 'Selection' containment reference.
- See Also:
setSelection(DataCompositionAppearanceFields),DcsPackage.getDataCompositionConditionalAppearanceItem_Selection()
-
setSelection
void setSelection(DataCompositionAppearanceFields 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.getDataCompositionConditionalAppearanceItem_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()
-
getAppearance
DataCompositionAppearance getAppearance()
Returns the value of the 'Appearance' containment reference.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
setAppearance(DataCompositionAppearance),DcsPackage.getDataCompositionConditionalAppearanceItem_Appearance()
-
setAppearance
void setAppearance(DataCompositionAppearance value)
Sets the value of the 'Appearance' containment reference.- Parameters:
value- the new value of the 'Appearance' containment reference.- See Also:
getAppearance()
-
getPresentation
Presentation getPresentation()
Returns the value of the 'Presentation' containment reference.- Returns:
- the value of the 'Presentation' containment reference.
- See Also:
setPresentation(Presentation),DcsPackage.getDataCompositionConditionalAppearanceItem_Presentation()
-
setPresentation
void setPresentation(Presentation value)
Sets the value of the 'Presentation' containment reference.- Parameters:
value- the new value of the 'Presentation' containment reference.- See Also:
getPresentation()
-
getViewMode
DataCompositionSettingsItemViewMode 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()
-
setViewMode
void 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()
-
getUserSettingID
String 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()
-
setUserSettingID
void 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()
-
getUserSettingPresentation
Presentation 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()
-
setUserSettingPresentation
void 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()
-
getUseInGroup
DataCompositionConditionalAppearanceUse 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()
-
setUseInGroup
void 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()
-
getUseInHierarchicalGroup
DataCompositionConditionalAppearanceUse 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()
-
setUseInHierarchicalGroup
void 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()
-
getUseInOverall
DataCompositionConditionalAppearanceUse 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()
-
setUseInOverall
void 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()
-
getUseInFieldsHeader
DataCompositionConditionalAppearanceUse 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()
-
setUseInFieldsHeader
void 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()
-
getUseInHeader
DataCompositionConditionalAppearanceUse 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()
-
setUseInHeader
void 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()
-
getUseInParameters
DataCompositionConditionalAppearanceUse 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()
-
setUseInParameters
void 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()
-
getUseInFilter
DataCompositionConditionalAppearanceUse 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()
-
setUseInFilter
void 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()
-
getUseInResourceFieldsHeader
DataCompositionConditionalAppearanceUse 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()
-
setUseInResourceFieldsHeader
void 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()
-
getUseInOverallHeader
DataCompositionConditionalAppearanceUse 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()
-
setUseInOverallHeader
void 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()
-
getUseInOverallResourceFieldsHeader
DataCompositionConditionalAppearanceUse 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()
-
setUseInOverallResourceFieldsHeader
void 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()
-
-