|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortDirectionValues | |
|---|---|
| org.plasma.query.model | PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. |
| Uses of SortDirectionValues in org.plasma.query.model |
|---|
| Fields in org.plasma.query.model declared as SortDirectionValues | |
|---|---|
protected SortDirectionValues |
Property.direction
|
| Methods in org.plasma.query.model that return SortDirectionValues | |
|---|---|
static SortDirectionValues |
SortDirectionValues.fromValue(java.lang.String v)
|
SortDirectionValues |
Property.getDirection()
|
static SortDirectionValues |
SortDirectionValues.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SortDirectionValues[] |
SortDirectionValues.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.plasma.query.model with parameters of type SortDirectionValues | |
|---|---|
void |
Property.setDirection(SortDirectionValues value)
|
| Constructors in org.plasma.query.model with parameters of type SortDirectionValues | |
|---|---|
Property(java.lang.String name,
Path path,
SortDirectionValues direction)
|
|
Property(java.lang.String name,
SortDirectionValues direction)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||