Serializable
, Comparable<POSIXHandler.WARNING_ID>
public static enum POSIXHandler.WARNING_ID extends Enum<POSIXHandler.WARNING_ID>
Enum Constant | Description |
---|---|
DUMMY_VALUE_USED |
Modifier and Type | Method | Description |
---|---|---|
static POSIXHandler.WARNING_ID |
valueOf(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(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 © 2018. All rights reserved.