cytoscape.plugin
Enum PluginXml
java.lang.Object
java.lang.Enum<PluginXml>
cytoscape.plugin.PluginXml
- All Implemented Interfaces:
- Serializable, Comparable<PluginXml>
public enum PluginXml
- extends Enum<PluginXml>
- Author:
- skillcoy
Method Summary |
String |
getTag()
|
static PluginXml |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PluginXml[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
NAME
public static final PluginXml NAME
DESCRIPTION
public static final PluginXml DESCRIPTION
CLASS_NAME
public static final PluginXml CLASS_NAME
UNIQUE_ID
public static final PluginXml UNIQUE_ID
CATEGORY
public static final PluginXml CATEGORY
FILE_TYPE
public static final PluginXml FILE_TYPE
INSTALL_LOCATION
public static final PluginXml INSTALL_LOCATION
RELEASE_DATE
public static final PluginXml RELEASE_DATE
PLUGIN_VERSION
public static final PluginXml PLUGIN_VERSION
THEME_VERSION
public static final PluginXml THEME_VERSION
CYTOSCAPE_VERSIONS
public static final PluginXml CYTOSCAPE_VERSIONS
VERSION
public static final PluginXml VERSION
URL
public static final PluginXml URL
PROJECT_URL
public static final PluginXml PROJECT_URL
DOWNLOAD_URL
public static final PluginXml DOWNLOAD_URL
FILE_LIST
public static final PluginXml FILE_LIST
FILE
public static final PluginXml FILE
THEME_LIST
public static final PluginXml THEME_LIST
THEME
public static final PluginXml THEME
PLUGIN_LIST
public static final PluginXml PLUGIN_LIST
PLUGIN
public static final PluginXml PLUGIN
AUTHOR_LIST
public static final PluginXml AUTHOR_LIST
AUTHOR
public static final PluginXml AUTHOR
INSTITUTION
public static final PluginXml INSTITUTION
LICENSE
public static final PluginXml LICENSE
LICENSE_TEXT
public static final PluginXml LICENSE_TEXT
LICENSE_REQUIRED
public static final PluginXml LICENSE_REQUIRED
values
public static PluginXml[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (PluginXml c : PluginXml.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PluginXml valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getTag
public String getTag()
Copyright 2010 Cytoscape Consortium. All rights reserved.