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