|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NullOrderingType | |
---|---|
org.eclipse.datatools.connectivity.oda.design | [Platform API] Defines an Open Data Access (ODA) design session that allows a custom ODA designer tool to specify the slice of data to access at run-time. |
Uses of NullOrderingType in org.eclipse.datatools.connectivity.oda.design |
---|
Fields in org.eclipse.datatools.connectivity.oda.design with type parameters of type NullOrderingType | |
---|---|
static java.util.List<NullOrderingType> |
NullOrderingType.VALUES
A public read-only list of all the 'Null Ordering Type' enumerators. |
Methods in org.eclipse.datatools.connectivity.oda.design that return NullOrderingType | |
---|---|
static NullOrderingType |
NullOrderingType.get(int value)
Returns the 'Null Ordering Type' literal with the specified integer value. |
static NullOrderingType |
NullOrderingType.get(java.lang.String literal)
Returns the 'Null Ordering Type' literal with the specified literal value. |
static NullOrderingType |
NullOrderingType.getByName(java.lang.String name)
Returns the 'Null Ordering Type' literal with the specified name. |
NullOrderingType |
SortKey.getNullValueOrdering()
Returns the value of the 'Null Value Ordering' attribute. |
static NullOrderingType |
NullOrderingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NullOrderingType[] |
NullOrderingType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type NullOrderingType | |
---|---|
void |
SortKey.setNullValueOrdering(NullOrderingType value)
Sets the value of the ' Null Value Ordering ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |