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
Modifier and TypeMethodDescriptionReturns the value of the 'Direction' attribute.getItem()
Returns the value of the 'Item' containment reference.boolean
isDesc()
Returns the value of the 'Desc' attribute.boolean
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.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isDesc
boolean isDesc()Returns the value of the 'Desc' attribute.- Returns:
- the value of the 'Desc' attribute.
- See Also:
-
setDesc
void setDesc(boolean value) Sets the value of the 'Desc
' attribute.- Parameters:
value
- the new value of the 'Desc' attribute.- See Also:
-
isHierarchy
boolean isHierarchy()Returns the value of the 'Hierarchy' attribute.- Returns:
- the value of the 'Hierarchy' attribute.
- See Also:
-
setHierarchy
void setHierarchy(boolean value) Sets the value of the 'Hierarchy
' attribute.- Parameters:
value
- the new value of the 'Hierarchy' attribute.- See Also:
-
getItem
QuerySchemaExpression getItem()Returns the value of the 'Item' containment reference.- Returns:
- the value of the 'Item' containment reference.
- See Also:
-
setItem
Sets the value of the 'Item
' containment reference.- Parameters:
value
- the new value of the 'Item' containment reference.- See Also:
-
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:
-