Cytoscape 2.8.0 API

cytoscape.plugin
Enum PluginXml

java.lang.Object
  extended by java.lang.Enum<PluginXml>
      extended by cytoscape.plugin.PluginXml
All Implemented Interfaces:
Serializable, Comparable<PluginXml>

public enum PluginXml
extends Enum<PluginXml>

Author:
skillcoy

Enum Constant Summary
AUTHOR
           
AUTHOR_LIST
           
CATEGORY
           
CLASS_NAME
           
CYTOSCAPE_VERSIONS
           
DESCRIPTION
           
DOWNLOAD_URL
           
FILE
           
FILE_LIST
           
FILE_TYPE
           
INSTALL_LOCATION
           
INSTITUTION
           
LICENSE
           
LICENSE_REQUIRED
           
LICENSE_TEXT
           
NAME
           
PLUGIN
           
PLUGIN_LIST
           
PLUGIN_VERSION
           
PROJECT_URL
           
RELEASE_DATE
           
THEME
           
THEME_LIST
           
THEME_VERSION
           
UNIQUE_ID
           
URL
           
VERSION
           
 
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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()

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.