public static enum Options.CLADOGRAM_TYPE extends java.lang.Enum<Options.CLADOGRAM_TYPE>
Enum Constant | Description |
---|---|
EXT_NODE_SUM_DEP |
|
NON_LINED_UP |
|
TOTAL_NODE_SUM_DEP |
Modifier and Type | Method | Description |
---|---|---|
static Options.CLADOGRAM_TYPE |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Options.CLADOGRAM_TYPE[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Options.CLADOGRAM_TYPE EXT_NODE_SUM_DEP
public static final Options.CLADOGRAM_TYPE NON_LINED_UP
public static final Options.CLADOGRAM_TYPE TOTAL_NODE_SUM_DEP
public static Options.CLADOGRAM_TYPE[] values()
for (Options.CLADOGRAM_TYPE c : Options.CLADOGRAM_TYPE.values()) System.out.println(c);
public static Options.CLADOGRAM_TYPE 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 null