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