cytoscape.plugin
Enum PluginProperties.PluginProperty
java.lang.Object
java.lang.Enum<PluginProperties.PluginProperty>
cytoscape.plugin.PluginProperties.PluginProperty
- All Implemented Interfaces:
- Serializable, Comparable<PluginProperties.PluginProperty>
- Enclosing class:
- PluginProperties
public static enum PluginProperties.PluginProperty
- extends Enum<PluginProperties.PluginProperty>
Properties in the plugin.props file
NAME
public static final PluginProperties.PluginProperty NAME
DESCRIPTION
public static final PluginProperties.PluginProperty DESCRIPTION
VERSION
public static final PluginProperties.PluginProperty VERSION
CYTOSCAPE_VERSION
public static final PluginProperties.PluginProperty CYTOSCAPE_VERSION
CATEGORY
public static final PluginProperties.PluginProperty CATEGORY
PROJECT_URL
public static final PluginProperties.PluginProperty PROJECT_URL
AUTHORS
public static final PluginProperties.PluginProperty AUTHORS
RELEASE_DATE
public static final PluginProperties.PluginProperty RELEASE_DATE
UNIQUE_ID
public static final PluginProperties.PluginProperty UNIQUE_ID
DOWNLOAD_URL
public static final PluginProperties.PluginProperty DOWNLOAD_URL
values
public static PluginProperties.PluginProperty[] 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 (PluginProperties.PluginProperty c : PluginProperties.PluginProperty.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PluginProperties.PluginProperty 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
toString
public String toString()
- Overrides:
toString
in class Enum<PluginProperties.PluginProperty>
getPropertyKey
public String getPropertyKey()
isRequired
public boolean isRequired()
Copyright 2010 Cytoscape Consortium. All rights reserved.