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.EObject
A 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 String
getExpression()
Returns the value of the 'Expression' attribute.DataCompositionSortDirection
getOrderType()
Returns the value of the 'Order Type' attribute.boolean
isAutoOrder()
Returns the value of the 'Auto Order' attribute.void
setAutoOrder(boolean value)
Sets the value of the 'Auto Order
' attribute.void
setExpression(String value)
Sets the value of the 'Expression
' attribute.void
setOrderType(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()
-
-