|
Openfire 3.5.2 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<PluginManager.License> org.jivesoftware.openfire.container.PluginManager.License
public static enum PluginManager.License
An enumberation for plugin license agreement types.
Enum Constant Summary | |
---|---|
apache
The plugin is distributed using the Apache license. |
|
commercial
The plugin is distributed using a commercial license. |
|
gpl
The plugin is distributed using the GNU Public License (GPL). |
|
internal
The plugin is for internal use at an organization only and is not re-distributed. |
|
other
The plugin is distributed under another license agreement not covered by one of the other choices. |
Method Summary | |
---|---|
static PluginManager.License |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PluginManager.License[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PluginManager.License commercial
public static final PluginManager.License gpl
public static final PluginManager.License apache
public static final PluginManager.License internal
public static final PluginManager.License other
Method Detail |
---|
public static final PluginManager.License[] values()
for(PluginManager.License c : PluginManager.License.values()) System.out.println(c);
public static PluginManager.License valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
Openfire 3.5.2 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |