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