Uses of Class
com._1c.g5.v8.dt.ql.model.QuerySchemaOrderDirection
- 
Packages that use QuerySchemaOrderDirection Package Description com._1c.g5.v8.dt.ql.model com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.qw.ui.labelproviders 
- 
- 
Uses of QuerySchemaOrderDirection in com._1c.g5.v8.dt.ql.modelFields in com._1c.g5.v8.dt.ql.model with type parameters of type QuerySchemaOrderDirection Modifier and Type Field Description static List<QuerySchemaOrderDirection>QuerySchemaOrderDirection. VALUESA public read-only list of all the 'Query Schema Order Direction' enumerators.Methods in com._1c.g5.v8.dt.ql.model that return QuerySchemaOrderDirection Modifier and Type Method Description static QuerySchemaOrderDirectionQuerySchemaOrderDirection. get(int value)Returns the 'Query Schema Order Direction' literal with the specified integer value.static QuerySchemaOrderDirectionQuerySchemaOrderDirection. get(String literal)Returns the 'Query Schema Order Direction' literal with the specified literal value.static QuerySchemaOrderDirectionQuerySchemaOrderDirection. getByName(String name)Returns the 'Query Schema Order Direction' literal with the specified name.QuerySchemaOrderDirectionQuerySchemaOrderExpression. getDirection()Returns the value of the 'Direction' attribute.static QuerySchemaOrderDirectionQuerySchemaOrderDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static QuerySchemaOrderDirection[]QuerySchemaOrderDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of QuerySchemaOrderDirection in com._1c.g5.v8.dt.ql.model.implMethods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchemaOrderDirection Modifier and Type Method Description QuerySchemaOrderDirectionQlFactoryImpl. createQuerySchemaOrderDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)QuerySchemaOrderDirectionQuerySchemaOrderExpressionImpl. getDirection()
- 
Uses of QuerySchemaOrderDirection in com._1c.g5.v8.dt.qw.ui.labelprovidersMethods in com._1c.g5.v8.dt.qw.ui.labelproviders with parameters of type QuerySchemaOrderDirection Modifier and Type Method Description static StringOrderLabelProvider. getDirectionText(QuerySchemaOrderDirection direction)Get order direction text
 
-