Serializable, Comparable<Plugin.State>public static enum Plugin.State extends Enum<Plugin.State>
getStateDescription method| Enum Constant and Description |
|---|
AUTO_ENABLED |
DISABLED |
FUNCTIONAL |
| Modifier and Type | Method and Description |
|---|---|
static Plugin.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plugin.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Plugin.State AUTO_ENABLED
public static final Plugin.State DISABLED
public static final Plugin.State FUNCTIONAL
public static Plugin.State[] values()
for (Plugin.State c : Plugin.State.values()) System.out.println(c);
public static Plugin.State 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 null
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b134-2ubuntu1