|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderingCategoryType | |
---|---|
org.eclipse.wst.rdb.internal.models.sql.datatypes | |
org.eclipse.wst.rdb.internal.models.sql.datatypes.impl |
Uses of OrderingCategoryType in org.eclipse.wst.rdb.internal.models.sql.datatypes |
---|
Fields in org.eclipse.wst.rdb.internal.models.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.wst.rdb.internal.models.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.wst.rdb.internal.models.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.wst.rdb.internal.models.sql.datatypes.impl |
---|
Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that return OrderingCategoryType | |
---|---|
OrderingCategoryType |
SQLDataTypesFactoryImpl.createOrderingCategoryTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
OrderingCategoryType |
UserDefinedTypeOrderingImpl.getOrderingCategory()
|
Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl with parameters of type OrderingCategoryType | |
---|---|
void |
UserDefinedTypeOrderingImpl.setOrderingCategory(OrderingCategoryType newOrderingCategory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |