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