Package com._1c.g5.v8.dt.ql.model
Interface QuerySchemaOrderExpression
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
QuerySchemaOrderExpressionImpl
public interface QuerySchemaOrderExpression extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Query Schema Order Expression'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuerySchemaOrderDirection
getDirection()
Returns the value of the 'Direction' attribute.QuerySchemaExpression
getItem()
Returns the value of the 'Item' containment reference.boolean
isDesc()
Returns the value of the 'Desc' attribute.boolean
isHierarchy()
Returns the value of the 'Hierarchy' attribute.void
setDesc(boolean value)
Sets the value of the 'Desc
' attribute.void
setHierarchy(boolean value)
Sets the value of the 'Hierarchy
' attribute.void
setItem(QuerySchemaExpression value)
Sets the value of the 'Item
' containment reference.
-
-
-
Method Detail
-
isDesc
boolean isDesc()
Returns the value of the 'Desc' attribute.- Returns:
- the value of the 'Desc' attribute.
- See Also:
setDesc(boolean)
,QlPackage.getQuerySchemaOrderExpression_Desc()
-
setDesc
void setDesc(boolean value)
Sets the value of the 'Desc
' attribute.- Parameters:
value
- the new value of the 'Desc' attribute.- See Also:
isDesc()
-
isHierarchy
boolean isHierarchy()
Returns the value of the 'Hierarchy' attribute.- Returns:
- the value of the 'Hierarchy' attribute.
- See Also:
setHierarchy(boolean)
,QlPackage.getQuerySchemaOrderExpression_Hierarchy()
-
setHierarchy
void setHierarchy(boolean value)
Sets the value of the 'Hierarchy
' attribute.- Parameters:
value
- the new value of the 'Hierarchy' attribute.- See Also:
isHierarchy()
-
getItem
QuerySchemaExpression getItem()
Returns the value of the 'Item' containment reference.- Returns:
- the value of the 'Item' containment reference.
- See Also:
setItem(QuerySchemaExpression)
,QlPackage.getQuerySchemaOrderExpression_Item()
-
setItem
void setItem(QuerySchemaExpression value)
Sets the value of the 'Item
' containment reference.- Parameters:
value
- the new value of the 'Item' containment reference.- See Also:
getItem()
-
getDirection
QuerySchemaOrderDirection getDirection()
Returns the value of the 'Direction' attribute. The literals are from the enumerationQuerySchemaOrderDirection
.- Returns:
- the value of the 'Direction' attribute.
- See Also:
QuerySchemaOrderDirection
,QlPackage.getQuerySchemaOrderExpression_Direction()
-
-