public static enum SystemJob.Type extends Enum<SystemJob.Type>
| Enum Constant and Description |
|---|
FIX_DEFLECTOR_DELETE_INDEX |
FIX_DEFLECTOR_MOVE_INDEX |
| Modifier and Type | Method and Description |
|---|---|
static SystemJob.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemJob.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemJob.Type FIX_DEFLECTOR_DELETE_INDEX
public static final SystemJob.Type FIX_DEFLECTOR_MOVE_INDEX
public static SystemJob.Type[] values()
for (SystemJob.Type c : SystemJob.Type.values()) System.out.println(c);
public static SystemJob.Type 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–2014 TORCH GmbH. All rights reserved.