Interface DataCompositionOrderItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,OrderItem
- All Known Implementing Classes:
DataCompositionOrderItemImpl
A representation of the model object 'Data Composition Order Item'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetField()
Returns the value of the 'Field' containment reference.Returns the value of the 'Order Type' attribute.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
Sets the value of the 'Order Type
' attribute.void
setUse
(boolean value) Sets the value of the 'Use
' attribute.void
Sets the value of the 'View Mode
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
void setUse(boolean value) Sets the value of the 'Use
' attribute.- Parameters:
value
- the new value of the 'Use' attribute.- See Also:
-
getField
DataCompositionField getField()Returns the value of the 'Field' containment reference.- Returns:
- the value of the 'Field' containment reference.
- See Also:
-
setField
Sets the value of the 'Field
' containment reference.- Parameters:
value
- the new value of the 'Field' containment reference.- See Also:
-
getOrderType
DataCompositionSortDirection getOrderType()Returns the value of the 'Order Type' attribute. The literals are from the enumerationDataCompositionSortDirection
.- Returns:
- the value of the 'Order Type' attribute.
- See Also:
-
setOrderType
Sets the value of the 'Order Type
' attribute.- Parameters:
value
- the new value of the 'Order Type' attribute.- See Also:
-
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:
-
setViewMode
Sets the value of the 'View Mode
' attribute.- Parameters:
value
- the new value of the 'View Mode' attribute.- See Also:
-