static enum OutputChoice.OutputChoiceType extends java.lang.Enum<OutputChoice.OutputChoiceType>
| Enum Constant and Description |
|---|
CACHED_SYS_ERR |
CACHED_SYS_OUT |
FILE |
SYS_ERR |
SYS_OUT |
| Modifier and Type | Method and Description |
|---|---|
static OutputChoice.OutputChoiceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutputChoice.OutputChoiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputChoice.OutputChoiceType SYS_OUT
public static final OutputChoice.OutputChoiceType CACHED_SYS_OUT
public static final OutputChoice.OutputChoiceType SYS_ERR
public static final OutputChoice.OutputChoiceType CACHED_SYS_ERR
public static final OutputChoice.OutputChoiceType FILE
public static OutputChoice.OutputChoiceType[] values()
for (OutputChoice.OutputChoiceType c : OutputChoice.OutputChoiceType.values()) System.out.println(c);
public static OutputChoice.OutputChoiceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null