|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderingType | |
---|---|
com.ibm.db.models.db2.zSeries | |
com.ibm.db.models.db2.zSeries.impl |
Uses of OrderingType in com.ibm.db.models.db2.zSeries |
---|
Fields in com.ibm.db.models.db2.zSeries declared as OrderingType | |
---|---|
static OrderingType |
OrderingType.ASC_LITERAL
The 'ASC' literal object. |
static OrderingType |
OrderingType.DESC_LITERAL
The 'DESC' literal object. |
Methods in com.ibm.db.models.db2.zSeries that return OrderingType | |
---|---|
static OrderingType |
OrderingType.get(int value)
Returns the 'Ordering Type' literal with the specified integer value. |
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. |
OrderingType |
ZSeriesKeyDataMember.getOrdering()
Returns the value of the 'Ordering' attribute. |
OrderingType |
KeyDataMember.getOrdering()
Returns the value of the 'Ordering' attribute. |
Methods in com.ibm.db.models.db2.zSeries with parameters of type OrderingType | |
---|---|
void |
ZSeriesKeyDataMember.setOrdering(OrderingType value)
Sets the value of the ' Ordering ' attribute. |
void |
KeyDataMember.setOrdering(OrderingType value)
Sets the value of the ' Ordering ' attribute. |
Uses of OrderingType in com.ibm.db.models.db2.zSeries.impl |
---|
Methods in com.ibm.db.models.db2.zSeries.impl that return OrderingType | |
---|---|
OrderingType |
ZSeriesFactoryImpl.createOrderingTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
OrderingType |
ZSeriesKeyDataMemberImpl.getOrdering()
|
Methods in com.ibm.db.models.db2.zSeries.impl with parameters of type OrderingType | |
---|---|
void |
ZSeriesKeyDataMemberImpl.setOrdering(OrderingType newOrdering)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |