Serializable, Comparable<Plugin.State>public static enum Plugin.State extends Enum<Plugin.State>
getStateDescription method| Enum Constant | Description |
|---|---|
AUTO_ENABLED |
|
DISABLED |
|
FUNCTIONAL |
| Modifier and Type | Method | 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 DISABLED
public static final Plugin.State AUTO_ENABLED
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 Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2015, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b153-2