public enum PaxExamOptionSet extends Enum<PaxExamOptionSet>
| Enum Constant and Description |
|---|
BASE |
DEBUGGING |
SERVICES_VISUALIZATION |
| Modifier and Type | Method and Description |
|---|---|
static PaxExamOptionSet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaxExamOptionSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaxExamOptionSet BASE
public static final PaxExamOptionSet DEBUGGING
public static final PaxExamOptionSet SERVICES_VISUALIZATION
public static PaxExamOptionSet[] values()
for (PaxExamOptionSet c : PaxExamOptionSet.values()) System.out.println(c);
public static PaxExamOptionSet 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 © 2011-2013. All Rights Reserved.