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-internal+0-2016-04-14-195246.buildd.src