|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortDirectionType | |
---|---|
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 SortDirectionType in org.eclipse.datatools.connectivity.oda.design |
---|
Fields in org.eclipse.datatools.connectivity.oda.design with type parameters of type SortDirectionType | |
---|---|
static java.util.List<SortDirectionType> |
SortDirectionType.VALUES
A public read-only list of all the 'Sort Direction Type' enumerators. |
Methods in org.eclipse.datatools.connectivity.oda.design that return SortDirectionType | |
---|---|
static SortDirectionType |
SortDirectionType.get(int value)
Returns the 'Sort Direction Type' literal with the specified integer value. |
static SortDirectionType |
SortDirectionType.get(java.lang.String literal)
Returns the 'Sort Direction Type' literal with the specified literal value. |
static SortDirectionType |
SortDirectionType.getByName(java.lang.String name)
Returns the 'Sort Direction Type' literal with the specified name. |
SortDirectionType |
SortKey.getSortDirection()
Returns the value of the 'Sort Direction' attribute. |
static SortDirectionType |
SortDirectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SortDirectionType[] |
SortDirectionType.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 SortDirectionType | |
---|---|
void |
SortKey.setSortDirection(SortDirectionType value)
Sets the value of the ' Sort Direction ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |