Cytoscape 2.8.0 API

cytoscape.plugin
Enum PluginProperties.PluginProperty

java.lang.Object
  extended by java.lang.Enum<PluginProperties.PluginProperty>
      extended by 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


Enum Constant Summary
AUTHORS
           
CATEGORY
           
CYTOSCAPE_VERSION
           
DESCRIPTION
           
DOWNLOAD_URL
           
NAME
           
PROJECT_URL
           
RELEASE_DATE
           
UNIQUE_ID
           
VERSION
           
 
Method Summary
 String getPropertyKey()
           
 boolean isRequired()
           
 String toString()
           
static PluginProperties.PluginProperty valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PluginProperties.PluginProperty[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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

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

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.