public static enum PluginDetailPart.Type extends java.lang.Enum<PluginDetailPart.Type>
| Enum Constant | Description |
|---|---|
AVAILABLE |
Verfuegbares Plugin.
|
INSTALLED |
Installiertes Plugin.
|
UPDATE |
Verfuegbares Update eines installierten Plugins.
|
| Modifier and Type | Method | Description |
|---|---|---|
static PluginDetailPart.Type |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PluginDetailPart.Type[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginDetailPart.Type INSTALLED
public static final PluginDetailPart.Type AVAILABLE
public static final PluginDetailPart.Type UPDATE
public static PluginDetailPart.Type[] values()
for (PluginDetailPart.Type c : PluginDetailPart.Type.values()) System.out.println(c);
public static PluginDetailPart.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null