Interface DataCompositionSelectedFieldGroup
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,SelectedItem
- All Known Implementing Classes:
DataCompositionSelectedFieldGroupImpl
public interface DataCompositionSelectedFieldGroup extends SelectedItem
A representation of the model object 'Data Composition Selected Field Group'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionField
getField()
Returns the value of the 'Field' containment reference.org.eclipse.emf.common.util.EList<SelectedItem>
getItems()
Returns the value of the 'Items' containment reference list.DataCompositionFieldPlacement
getPlacement()
Returns the value of the 'Placement' attribute.Presentation
getTitle()
Returns the value of the 'Title' containment reference.DataCompositionSettingsItemViewMode
getViewMode()
Returns the value of the 'View Mode' attribute.boolean
isUse()
Returns the value of the 'Use' attribute.void
setField(DataCompositionField value)
Sets the value of the 'Field
' containment reference.void
setPlacement(DataCompositionFieldPlacement value)
Sets the value of the 'Placement
' attribute.void
setTitle(Presentation value)
Sets the value of the 'Title
' containment reference.void
setUse(boolean value)
Sets the value of the 'Use
' attribute.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.getDataCompositionSelectedFieldGroup_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()
-
getField
DataCompositionField getField()
Returns the value of the 'Field' containment reference.- Returns:
- the value of the 'Field' containment reference.
- See Also:
setField(DataCompositionField)
,DcsPackage.getDataCompositionSelectedFieldGroup_Field()
-
setField
void setField(DataCompositionField value)
Sets the value of the 'Field
' containment reference.- Parameters:
value
- the new value of the 'Field' containment reference.- See Also:
getField()
-
getTitle
Presentation getTitle()
Returns the value of the 'Title' containment reference.- Returns:
- the value of the 'Title' containment reference.
- See Also:
setTitle(Presentation)
,DcsPackage.getDataCompositionSelectedFieldGroup_Title()
-
setTitle
void setTitle(Presentation value)
Sets the value of the 'Title
' containment reference.- Parameters:
value
- the new value of the 'Title' containment reference.- See Also:
getTitle()
-
getItems
org.eclipse.emf.common.util.EList<SelectedItem> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of typeSelectedItem
.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
DcsPackage.getDataCompositionSelectedFieldGroup_Items()
-
getPlacement
DataCompositionFieldPlacement getPlacement()
Returns the value of the 'Placement' attribute. The literals are from the enumerationDataCompositionFieldPlacement
.- Returns:
- the value of the 'Placement' attribute.
- See Also:
DataCompositionFieldPlacement
,setPlacement(DataCompositionFieldPlacement)
,DcsPackage.getDataCompositionSelectedFieldGroup_Placement()
-
setPlacement
void setPlacement(DataCompositionFieldPlacement value)
Sets the value of the 'Placement
' attribute.- Parameters:
value
- the new value of the 'Placement' attribute.- See Also:
DataCompositionFieldPlacement
,getPlacement()
-
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.getDataCompositionSelectedFieldGroup_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()
-
-