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.EObjectA representation of the model object 'Query Schema Order Expression'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description QuerySchemaOrderDirectiongetDirection()Returns the value of the 'Direction' attribute.QuerySchemaExpressiongetItem()Returns the value of the 'Item' containment reference.booleanisDesc()Returns the value of the 'Desc' attribute.booleanisHierarchy()Returns the value of the 'Hierarchy' attribute.voidsetDesc(boolean value)Sets the value of the 'Desc' attribute.voidsetHierarchy(boolean value)Sets the value of the 'Hierarchy' attribute.voidsetItem(QuerySchemaExpression value)Sets the value of the 'Item' containment reference.
 
- 
- 
- 
Method Detail- 
isDescboolean isDesc() Returns the value of the 'Desc' attribute.- Returns:
- the value of the 'Desc' attribute.
- See Also:
- setDesc(boolean),- QlPackage.getQuerySchemaOrderExpression_Desc()
 
 - 
setDescvoid setDesc(boolean value) Sets the value of the 'Desc' attribute.- Parameters:
- value- the new value of the 'Desc' attribute.
- See Also:
- isDesc()
 
 - 
isHierarchyboolean isHierarchy() Returns the value of the 'Hierarchy' attribute.- Returns:
- the value of the 'Hierarchy' attribute.
- See Also:
- setHierarchy(boolean),- QlPackage.getQuerySchemaOrderExpression_Hierarchy()
 
 - 
setHierarchyvoid setHierarchy(boolean value) Sets the value of the 'Hierarchy' attribute.- Parameters:
- value- the new value of the 'Hierarchy' attribute.
- See Also:
- isHierarchy()
 
 - 
getItemQuerySchemaExpression getItem() Returns the value of the 'Item' containment reference.- Returns:
- the value of the 'Item' containment reference.
- See Also:
- setItem(QuerySchemaExpression),- QlPackage.getQuerySchemaOrderExpression_Item()
 
 - 
setItemvoid setItem(QuerySchemaExpression value) Sets the value of the 'Item' containment reference.- Parameters:
- value- the new value of the 'Item' containment reference.
- See Also:
- getItem()
 
 - 
getDirectionQuerySchemaOrderDirection 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()
 
 
- 
 
-