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.EObject
A 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionAppearance
getAppearance()
Returns the value of the 'Appearance' containment reference.DataCompositionFilter
getFilter()
Returns the value of the 'Filter' containment reference.Presentation
getPresentation()
Returns the value of the 'Presentation' containment reference.DataCompositionAppearanceFields
getSelection()
Returns the value of the 'Selection' containment reference.DataCompositionConditionalAppearanceUse
getUseInFieldsHeader()
Returns the value of the 'Use In Fields Header' attribute.DataCompositionConditionalAppearanceUse
getUseInFilter()
Returns the value of the 'Use In Filter' attribute.DataCompositionConditionalAppearanceUse
getUseInGroup()
Returns the value of the 'Use In Group' attribute.DataCompositionConditionalAppearanceUse
getUseInHeader()
Returns the value of the 'Use In Header' attribute.DataCompositionConditionalAppearanceUse
getUseInHierarchicalGroup()
Returns the value of the 'Use In Hierarchical Group' attribute.DataCompositionConditionalAppearanceUse
getUseInOverall()
Returns the value of the 'Use In Overall' attribute.DataCompositionConditionalAppearanceUse
getUseInOverallHeader()
Returns the value of the 'Use In Overall Header' attribute.DataCompositionConditionalAppearanceUse
getUseInOverallResourceFieldsHeader()
Returns the value of the 'Use In Overall Resource Fields Header' attribute.DataCompositionConditionalAppearanceUse
getUseInParameters()
Returns the value of the 'Use In Parameters' attribute.DataCompositionConditionalAppearanceUse
getUseInResourceFieldsHeader()
Returns the value of the 'Use In Resource Fields Header' attribute.String
getUserSettingID()
Returns the value of the 'User Setting ID' attribute.Presentation
getUserSettingPresentation()
Returns the value of the 'User Setting Presentation' containment reference.DataCompositionSettingsItemViewMode
getViewMode()
Returns the value of the 'View Mode' attribute.boolean
isUse()
Returns the value of the 'Use' attribute.void
setAppearance(DataCompositionAppearance value)
Sets the value of the 'Appearance
' containment reference.void
setFilter(DataCompositionFilter value)
Sets the value of the 'Filter
' containment reference.void
setPresentation(Presentation value)
Sets the value of the 'Presentation
' containment reference.void
setSelection(DataCompositionAppearanceFields value)
Sets the value of the 'Selection
' containment reference.void
setUse(boolean value)
Sets the value of the 'Use
' attribute.void
setUseInFieldsHeader(DataCompositionConditionalAppearanceUse value)
Sets the value of the 'Use In Fields Header
' attribute.void
setUseInFilter(DataCompositionConditionalAppearanceUse value)
Sets the value of the 'Use In Filter
' attribute.void
setUseInGroup(DataCompositionConditionalAppearanceUse value)
Sets the value of the 'Use In Group
' attribute.void
setUseInHeader(DataCompositionConditionalAppearanceUse value)
Sets the value of the 'Use In Header
' attribute.void
setUseInHierarchicalGroup(DataCompositionConditionalAppearanceUse value)
Sets the value of the 'Use In Hierarchical Group
' attribute.void
setUseInOverall(DataCompositionConditionalAppearanceUse value)
Sets the value of the 'Use In Overall
' attribute.void
setUseInOverallHeader(DataCompositionConditionalAppearanceUse value)
Sets the value of the 'Use In Overall Header
' attribute.void
setUseInOverallResourceFieldsHeader(DataCompositionConditionalAppearanceUse value)
Sets the value of the 'Use In Overall Resource Fields Header
' attribute.void
setUseInParameters(DataCompositionConditionalAppearanceUse value)
Sets the value of the 'Use In Parameters
' attribute.void
setUseInResourceFieldsHeader(DataCompositionConditionalAppearanceUse value)
Sets the value of the 'Use In Resource Fields Header
' attribute.void
setUserSettingID(String value)
Sets the value of the 'User Setting ID
' attribute.void
setUserSettingPresentation(Presentation value)
Sets the value of the 'User Setting Presentation
' containment reference.void
setViewMode(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()
-
-