Interface DataCompositionOrderItem
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- OrderItem
 - All Known Implementing Classes:
- DataCompositionOrderItemImpl
 
 public interface DataCompositionOrderItem extends OrderItem A representation of the model object 'Data Composition Order Item'.The following features are supported: - See Also:
- DcsPackage.getDataCompositionOrderItem()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionFieldgetField()Returns the value of the 'Field' containment reference.DataCompositionSortDirectiongetOrderType()Returns the value of the 'Order Type' attribute.DataCompositionSettingsItemViewModegetViewMode()Returns the value of the 'View Mode' attribute.booleanisUse()Returns the value of the 'Use' attribute.voidsetField(DataCompositionField value)Sets the value of the 'Field' containment reference.voidsetOrderType(DataCompositionSortDirection value)Sets the value of the 'Order Type' attribute.voidsetUse(boolean value)Sets the value of the 'Use' attribute.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.getDataCompositionOrderItem_Use()
 
 - 
setUsevoid setUse(boolean value) Sets the value of the 'Use' attribute.- Parameters:
- value- the new value of the 'Use' attribute.
- See Also:
- isUse()
 
 - 
getFieldDataCompositionField getField() Returns the value of the 'Field' containment reference.- Returns:
- the value of the 'Field' containment reference.
- See Also:
- setField(DataCompositionField),- DcsPackage.getDataCompositionOrderItem_Field()
 
 - 
setFieldvoid setField(DataCompositionField value) Sets the value of the 'Field' containment reference.- Parameters:
- value- the new value of the 'Field' containment reference.
- See Also:
- getField()
 
 - 
getOrderTypeDataCompositionSortDirection 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:
- DataCompositionSortDirection,- setOrderType(DataCompositionSortDirection),- DcsPackage.getDataCompositionOrderItem_OrderType()
 
 - 
setOrderTypevoid setOrderType(DataCompositionSortDirection value) Sets the value of the 'Order Type' attribute.- Parameters:
- value- the new value of the 'Order Type' attribute.
- See Also:
- DataCompositionSortDirection,- getOrderType()
 
 - 
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.getDataCompositionOrderItem_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()
 
 
- 
 
-