public static enum Plugin.NullState extends Enum<Plugin.NullState>
| Enum Constant and Description |
|---|
NULL |
| Modifier and Type | Method and Description |
|---|---|
static Plugin.NullState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plugin.NullState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Plugin.NullState NULL
public static Plugin.NullState[] values()
for (Plugin.NullState c : Plugin.NullState.values()) System.out.println(c);
public static Plugin.NullState 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 © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.