Uses of Class
org.eclipse.datatools.modelbase.sql.datatypes.OrderingCategoryType

Packages that use OrderingCategoryType
org.eclipse.datatools.modelbase.sql.datatypes   
 

Uses of OrderingCategoryType in org.eclipse.datatools.modelbase.sql.datatypes
 

Fields in org.eclipse.datatools.modelbase.sql.datatypes declared as OrderingCategoryType
static OrderingCategoryType OrderingCategoryType.MAP_LITERAL
          The 'MAP' literal object.
static OrderingCategoryType OrderingCategoryType.RELATIVE_LITERAL
          The 'RELATIVE' literal object.
static OrderingCategoryType OrderingCategoryType.STATE_LITERAL
          The 'STATE' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes that return OrderingCategoryType
static OrderingCategoryType OrderingCategoryType.get(int value)
          Returns the 'Ordering Category Type' literal with the specified integer value.
static OrderingCategoryType OrderingCategoryType.get(java.lang.String literal)
          Returns the 'Ordering Category Type' literal with the specified literal value.
static OrderingCategoryType OrderingCategoryType.getByName(java.lang.String name)
          Returns the 'Ordering Category Type' literal with the specified name.
 OrderingCategoryType UserDefinedTypeOrdering.getOrderingCategory()
          Returns the value of the 'Ordering Category' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes with parameters of type OrderingCategoryType
 void UserDefinedTypeOrdering.setOrderingCategory(OrderingCategoryType value)
          Sets the value of the 'Ordering Category' attribute.