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 Summary
All 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
-
getExpression
String getExpression()
Returns the value of the 'Expression' attribute.- Returns:
- the value of the 'Expression' attribute.
- See Also:
setExpression(String),DcsPackage.getDataCompositionOrderExpression_Expression()
-
setExpression
void setExpression(String value)
Sets the value of the 'Expression' attribute.- Parameters:
value- the new value of the 'Expression' attribute.- See Also:
getExpression()
-
getOrderType
DataCompositionSortDirection 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()
-
setOrderType
void 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()
-
isAutoOrder
boolean 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()
-
setAutoOrder
void setAutoOrder(boolean value)
Sets the value of the 'Auto Order' attribute.- Parameters:
value- the new value of the 'Auto Order' attribute.- See Also:
isAutoOrder()
-
-