public static enum OracleTextQueryObject.Direction extends Enum<OracleTextQueryObject.Direction>
Modifier and Type | Method and Description |
---|---|
static OracleTextQueryObject.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleTextQueryObject.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OracleTextQueryObject.Direction ASC
public static final OracleTextQueryObject.Direction DESC
public static final OracleTextQueryObject.Direction NONE
public static OracleTextQueryObject.Direction valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static OracleTextQueryObject.Direction[] values()
for (OracleTextQueryObject.Direction c : OracleTextQueryObject.Direction.values()) System.out.println(c);
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.