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.model
Fields in com._1c.g5.v8.dt.ql.model with type parameters of type QuerySchemaOrderDirection Modifier and Type Field Description static List<QuerySchemaOrderDirection>
QuerySchemaOrderDirection. VALUES
A 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 QuerySchemaOrderDirection
QuerySchemaOrderDirection. get(int value)
Returns the 'Query Schema Order Direction' literal with the specified integer value.static QuerySchemaOrderDirection
QuerySchemaOrderDirection. get(String literal)
Returns the 'Query Schema Order Direction' literal with the specified literal value.static QuerySchemaOrderDirection
QuerySchemaOrderDirection. getByName(String name)
Returns the 'Query Schema Order Direction' literal with the specified name.QuerySchemaOrderDirection
QuerySchemaOrderExpression. getDirection()
Returns the value of the 'Direction' attribute.static QuerySchemaOrderDirection
QuerySchemaOrderDirection. 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.impl
Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchemaOrderDirection Modifier and Type Method Description QuerySchemaOrderDirection
QlFactoryImpl. createQuerySchemaOrderDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
QuerySchemaOrderDirection
QuerySchemaOrderExpressionImpl. getDirection()
-
Uses of QuerySchemaOrderDirection in com._1c.g5.v8.dt.qw.ui.labelproviders
Methods in com._1c.g5.v8.dt.qw.ui.labelproviders with parameters of type QuerySchemaOrderDirection Modifier and Type Method Description static String
OrderLabelProvider. getDirectionText(QuerySchemaOrderDirection direction)
Get order direction text
-