public enum RunnerType extends Enum<RunnerType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RunnerType.RunnerTypeDeserializer |
| Modifier and Type | Method and Description |
|---|---|
static RunnerType |
fromKey(int key) |
int |
getValue() |
static RunnerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunnerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunnerType ById
public static final RunnerType ByLabel
public static RunnerType[] values()
for (RunnerType c : RunnerType.values()) System.out.println(c);
public static RunnerType 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 int getValue()
public static RunnerType fromKey(int key)
Copyright © 2016–2017. All rights reserved.