|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderingType | |
org.eclipse.datatools.modelbase.sql.datatypes | |
org.eclipse.datatools.modelbase.sql.datatypes.impl |
Uses of OrderingType in org.eclipse.datatools.modelbase.sql.datatypes |
Fields in org.eclipse.datatools.modelbase.sql.datatypes declared as OrderingType | |
static OrderingType |
OrderingType.EQUALS_LITERAL
The 'EQUALS' literal object. |
static OrderingType |
OrderingType.FULL_LITERAL
The 'FULL' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.datatypes that return OrderingType | |
OrderingType |
UserDefinedTypeOrdering.getOrderingForm()
Returns the value of the 'Ordering Form' attribute. |
static OrderingType |
OrderingType.get(java.lang.String literal)
Returns the 'Ordering Type' literal with the specified literal value. |
static OrderingType |
OrderingType.getByName(java.lang.String name)
Returns the 'Ordering Type' literal with the specified name. |
static OrderingType |
OrderingType.get(int value)
Returns the 'Ordering Type' literal with the specified integer value. |
Methods in org.eclipse.datatools.modelbase.sql.datatypes with parameters of type OrderingType | |
void |
UserDefinedTypeOrdering.setOrderingForm(OrderingType value)
Sets the value of the ' Ordering Form ' attribute. |
Uses of OrderingType in org.eclipse.datatools.modelbase.sql.datatypes.impl |
Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl that return OrderingType | |
OrderingType |
UserDefinedTypeOrderingImpl.getOrderingForm()
|
OrderingType |
SQLDataTypesFactoryImpl.createOrderingTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl with parameters of type OrderingType | |
void |
UserDefinedTypeOrderingImpl.setOrderingForm(OrderingType newOrderingForm)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |