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