Cytoscape 2.8.0 API

cytoscape.data.readers
Enum MetadataEntries

java.lang.Object
  extended by java.lang.Enum<MetadataEntries>
      extended by cytoscape.data.readers.MetadataEntries
All Implemented Interfaces:
Serializable, Comparable<MetadataEntries>

public enum MetadataEntries
extends Enum<MetadataEntries>

Entries in the network metadata.
This is the list of entries in the network metadata object.

Author:
kono

Enum Constant Summary
DATE
           
DESCRIPTION
           
FORMAT
           
IDENTIFIER
           
SOURCE
           
TITLE
           
TYPE
           
 
Method Summary
 String toString()
          DOCUMENT ME!
static MetadataEntries valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MetadataEntries[] 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

DATE

public static final MetadataEntries DATE

TITLE

public static final MetadataEntries TITLE

IDENTIFIER

public static final MetadataEntries IDENTIFIER

DESCRIPTION

public static final MetadataEntries DESCRIPTION

SOURCE

public static final MetadataEntries SOURCE

TYPE

public static final MetadataEntries TYPE

FORMAT

public static final MetadataEntries FORMAT
Method Detail

values

public static MetadataEntries[] 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 (MetadataEntries c : MetadataEntries.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static MetadataEntries 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()
DOCUMENT ME!

Overrides:
toString in class Enum<MetadataEntries>
Returns:
DOCUMENT ME!

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.