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

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

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

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

Methods in org.eclipse.datatools.modelbase.sql.datatypes that return OrderingCategoryType
 OrderingCategoryType UserDefinedTypeOrdering.getOrderingCategory()
          Returns the value of the 'Ordering Category' attribute.
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.
static OrderingCategoryType OrderingCategoryType.get(int value)
          Returns the 'Ordering Category Type' literal with the specified integer value.
 

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.
 

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

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl that return OrderingCategoryType
 OrderingCategoryType UserDefinedTypeOrderingImpl.getOrderingCategory()
           
 OrderingCategoryType SQLDataTypesFactoryImpl.createOrderingCategoryTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl with parameters of type OrderingCategoryType
 void UserDefinedTypeOrderingImpl.setOrderingCategory(OrderingCategoryType newOrderingCategory)
           
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.