public static enum Consts.ApiDocumentOrder extends Enum<Consts.ApiDocumentOrder>
Enum Constant and Description |
---|
FILE_NAME |
LAST_UPDATED |
NAME |
RECENTLY_VIEWED |
SENDER |
SIZE |
TYPE |
Modifier and Type | Method and Description |
---|---|
static Consts.ApiDocumentOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Consts.ApiDocumentOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Consts.ApiDocumentOrder NAME
public static final Consts.ApiDocumentOrder SENDER
public static final Consts.ApiDocumentOrder FILE_NAME
public static final Consts.ApiDocumentOrder LAST_UPDATED
public static final Consts.ApiDocumentOrder RECENTLY_VIEWED
public static final Consts.ApiDocumentOrder SIZE
public static final Consts.ApiDocumentOrder TYPE
public static Consts.ApiDocumentOrder[] values()
for (Consts.ApiDocumentOrder c : Consts.ApiDocumentOrder.values()) System.out.println(c);
public static Consts.ApiDocumentOrder 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 © 2019. All rights reserved.