public static enum RelFieldCollation.NullDirection extends Enum<RelFieldCollation.NullDirection>
| Enum Constant and Description |
|---|
FIRST |
LAST |
UNSPECIFIED |
| Modifier and Type | Field and Description |
|---|---|
int |
nullComparison |
| Modifier and Type | Method and Description |
|---|---|
static RelFieldCollation.NullDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelFieldCollation.NullDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelFieldCollation.NullDirection FIRST
public static final RelFieldCollation.NullDirection LAST
public static final RelFieldCollation.NullDirection UNSPECIFIED
public static RelFieldCollation.NullDirection[] values()
for (RelFieldCollation.NullDirection c : RelFieldCollation.NullDirection.values()) System.out.println(c);
public static RelFieldCollation.NullDirection 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 nullCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.