public static enum OozieClient.SORT_BY extends Enum<OozieClient.SORT_BY>
Enum Constant and Description |
---|
createdTime |
lastModifiedTime |
Modifier and Type | Method and Description |
---|---|
String |
getFullname() |
static OozieClient.SORT_BY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OozieClient.SORT_BY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OozieClient.SORT_BY createdTime
public static final OozieClient.SORT_BY lastModifiedTime
public static OozieClient.SORT_BY[] values()
for (OozieClient.SORT_BY c : OozieClient.SORT_BY.values()) System.out.println(c);
public static OozieClient.SORT_BY 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 String getFullname()
Copyright © 2018 Apache Software Foundation. All rights reserved.