Uses of Class
org.eclipse.datatools.modelbase.sql.query.OrderingSpecType

Packages that use OrderingSpecType
org.eclipse.datatools.modelbase.sql.query   
 

Uses of OrderingSpecType in org.eclipse.datatools.modelbase.sql.query
 

Fields in org.eclipse.datatools.modelbase.sql.query declared as OrderingSpecType
static OrderingSpecType OrderingSpecType.ASC_LITERAL
          The 'ASC' literal object.
static OrderingSpecType OrderingSpecType.DESC_LITERAL
          The 'DESC' literal object.
static OrderingSpecType OrderingSpecType.NONE_LITERAL
          The 'NONE' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.query that return OrderingSpecType
static OrderingSpecType OrderingSpecType.get(int value)
          Returns the 'Ordering Spec Type' literal with the specified integer value.
static OrderingSpecType OrderingSpecType.get(java.lang.String literal)
          Returns the 'Ordering Spec Type' literal with the specified literal value.
static OrderingSpecType OrderingSpecType.getByName(java.lang.String name)
          Returns the 'Ordering Spec Type' literal with the specified name.
 OrderingSpecType OrderBySpecification.getOrderingSpecOption()
          Returns the value of the 'Ordering Spec Option' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type OrderingSpecType
 void OrderBySpecification.setOrderingSpecOption(OrderingSpecType value)
          Sets the value of the 'Ordering Spec Option' attribute.