public static enum OutputColumn.Type extends Enum<OutputColumn.Type>
| Enum Constant and Description |
|---|
COMMENTS |
CUSTOM |
MEDIATOR |
PATHWAY |
PMC |
PUBMED |
RESOURCE |
SOURCE_LOC |
TARGET_LOC |
| Modifier and Type | Method and Description |
|---|---|
static OutputColumn.Type |
getType(String name) |
static OutputColumn.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputColumn.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputColumn.Type MEDIATOR
public static final OutputColumn.Type PUBMED
public static final OutputColumn.Type PMC
public static final OutputColumn.Type COMMENTS
public static final OutputColumn.Type PATHWAY
public static final OutputColumn.Type RESOURCE
public static final OutputColumn.Type SOURCE_LOC
public static final OutputColumn.Type TARGET_LOC
public static final OutputColumn.Type CUSTOM
public static OutputColumn.Type[] values()
for (OutputColumn.Type c : OutputColumn.Type.values()) System.out.println(c);
public static OutputColumn.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static OutputColumn.Type getType(String name)
Copyright © 2017 BioPAX. All rights reserved.