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