cytoscape.data.readers
Enum MetadataEntries
java.lang.Object
java.lang.Enum<MetadataEntries>
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
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
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!
Copyright 2010 Cytoscape Consortium. All rights reserved.