public enum CoolMapOntologyFileFormatEnum extends java.lang.Enum<CoolMapOntologyFileFormatEnum>
Enum Constant and Description |
---|
GMT |
OBO |
OWL |
SIMPLE_TWO_COLUMN |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getName() |
abstract java.lang.String[] |
getSupportedFileExtensions() |
java.lang.String |
toString() |
static CoolMapOntologyFileFormatEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoolMapOntologyFileFormatEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoolMapOntologyFileFormatEnum SIMPLE_TWO_COLUMN
public static final CoolMapOntologyFileFormatEnum OWL
public static final CoolMapOntologyFileFormatEnum OBO
public static final CoolMapOntologyFileFormatEnum GMT
public static CoolMapOntologyFileFormatEnum[] values()
for (CoolMapOntologyFileFormatEnum c : CoolMapOntologyFileFormatEnum.values()) System.out.println(c);
public static CoolMapOntologyFileFormatEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getDescription()
public java.lang.String getName()
public abstract java.lang.String[] getSupportedFileExtensions()
public java.lang.String toString()
toString
in class java.lang.Enum<CoolMapOntologyFileFormatEnum>