public static enum PhylogenyDecorator.FIELD extends Enum<PhylogenyDecorator.FIELD>
| Enum Constant and Description |
|---|
DOMAIN_STRUCTURE |
MOL_SEQ |
NODE_NAME |
SEQUENCE_ANNOTATION_DESC |
SEQUENCE_NAME |
TAXONOMY_CODE |
TAXONOMY_SCIENTIFIC_NAME |
| Modifier and Type | Method and Description |
|---|---|
static PhylogenyDecorator.FIELD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhylogenyDecorator.FIELD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhylogenyDecorator.FIELD DOMAIN_STRUCTURE
public static final PhylogenyDecorator.FIELD MOL_SEQ
public static final PhylogenyDecorator.FIELD NODE_NAME
public static final PhylogenyDecorator.FIELD SEQUENCE_ANNOTATION_DESC
public static final PhylogenyDecorator.FIELD SEQUENCE_NAME
public static final PhylogenyDecorator.FIELD TAXONOMY_CODE
public static final PhylogenyDecorator.FIELD TAXONOMY_SCIENTIFIC_NAME
public static PhylogenyDecorator.FIELD[] values()
for (PhylogenyDecorator.FIELD c : PhylogenyDecorator.FIELD.values()) System.out.println(c);
public static PhylogenyDecorator.FIELD 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 nullCopyright © 2016. All rights reserved.