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