public static enum PluginDescription.CATEGORY extends java.lang.Enum<PluginDescription.CATEGORY>
Enum Constant and Description |
---|
COMMUNICATIONS |
INTERFACE |
PLANNING |
UNSORTED |
WEB_PUBLISHING |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static PluginDescription.CATEGORY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PluginDescription.CATEGORY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginDescription.CATEGORY PLANNING
public static final PluginDescription.CATEGORY WEB_PUBLISHING
public static final PluginDescription.CATEGORY INTERFACE
public static final PluginDescription.CATEGORY COMMUNICATIONS
public static final PluginDescription.CATEGORY UNSORTED
public static PluginDescription.CATEGORY[] values()
for (PluginDescription.CATEGORY c : PluginDescription.CATEGORY.values()) System.out.println(c);
public static PluginDescription.CATEGORY 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<PluginDescription.CATEGORY>
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.