public enum EModeChoice extends Enum<EModeChoice>
Enum Constant and Description |
---|
pagesAll |
pagesStart |
recordsAll |
recordsReady |
versions |
Modifier and Type | Method and Description |
---|---|
static EModeChoice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EModeChoice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EModeChoice recordsReady
public static final EModeChoice recordsAll
public static final EModeChoice pagesAll
public static final EModeChoice pagesStart
public static final EModeChoice versions
public static EModeChoice[] values()
for (EModeChoice c : EModeChoice.values()) System.out.println(c);
public static EModeChoice 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.