Interface DataCompositionOrderExpression
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- DataCompositionOrderExpressionImpl
 
 public interface DataCompositionOrderExpression extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Data Composition Order Expression'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExpression()Returns the value of the 'Expression' attribute.DataCompositionSortDirectiongetOrderType()Returns the value of the 'Order Type' attribute.booleanisAutoOrder()Returns the value of the 'Auto Order' attribute.voidsetAutoOrder(boolean value)Sets the value of the 'Auto Order' attribute.voidsetExpression(String value)Sets the value of the 'Expression' attribute.voidsetOrderType(DataCompositionSortDirection value)Sets the value of the 'Order Type' attribute.
 
- 
- 
- 
Method Detail- 
getExpressionString getExpression() Returns the value of the 'Expression' attribute.- Returns:
- the value of the 'Expression' attribute.
- See Also:
- setExpression(String),- DcsPackage.getDataCompositionOrderExpression_Expression()
 
 - 
setExpressionvoid setExpression(String value) Sets the value of the 'Expression' attribute.- Parameters:
- value- the new value of the 'Expression' attribute.
- See Also:
- getExpression()
 
 - 
getOrderTypeDataCompositionSortDirection getOrderType() Returns the value of the 'Order Type' attribute. The default value is"Asc". The literals are from the enumerationDataCompositionSortDirection.- Returns:
- the value of the 'Order Type' attribute.
- See Also:
- DataCompositionSortDirection,- setOrderType(DataCompositionSortDirection),- DcsPackage.getDataCompositionOrderExpression_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()
 
 - 
isAutoOrderboolean isAutoOrder() Returns the value of the 'Auto Order' attribute. The default value is"false".- Returns:
- the value of the 'Auto Order' attribute.
- See Also:
- setAutoOrder(boolean),- DcsPackage.getDataCompositionOrderExpression_AutoOrder()
 
 - 
setAutoOrdervoid setAutoOrder(boolean value) Sets the value of the 'Auto Order' attribute.- Parameters:
- value- the new value of the 'Auto Order' attribute.
- See Also:
- isAutoOrder()
 
 
- 
 
-