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.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.
 

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

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

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



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