public static enum PeptideProperties.SingleLetterAACode extends java.lang.Enum<PeptideProperties.SingleLetterAACode>
Enum Constant | Description |
---|---|
A |
|
C |
|
D |
|
E |
|
F |
|
G |
|
H |
|
I |
|
K |
|
L |
|
M |
|
N |
|
P |
|
Q |
|
R |
|
S |
|
T |
|
V |
|
W |
|
Y |
Modifier and Type | Method | Description |
---|---|---|
static PeptideProperties.SingleLetterAACode |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PeptideProperties.SingleLetterAACode[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeptideProperties.SingleLetterAACode W
public static final PeptideProperties.SingleLetterAACode C
public static final PeptideProperties.SingleLetterAACode M
public static final PeptideProperties.SingleLetterAACode H
public static final PeptideProperties.SingleLetterAACode Y
public static final PeptideProperties.SingleLetterAACode F
public static final PeptideProperties.SingleLetterAACode Q
public static final PeptideProperties.SingleLetterAACode N
public static final PeptideProperties.SingleLetterAACode I
public static final PeptideProperties.SingleLetterAACode R
public static final PeptideProperties.SingleLetterAACode D
public static final PeptideProperties.SingleLetterAACode P
public static final PeptideProperties.SingleLetterAACode T
public static final PeptideProperties.SingleLetterAACode K
public static final PeptideProperties.SingleLetterAACode E
public static final PeptideProperties.SingleLetterAACode V
public static final PeptideProperties.SingleLetterAACode S
public static final PeptideProperties.SingleLetterAACode G
public static final PeptideProperties.SingleLetterAACode A
public static final PeptideProperties.SingleLetterAACode L
public static PeptideProperties.SingleLetterAACode[] values()
for (PeptideProperties.SingleLetterAACode c : PeptideProperties.SingleLetterAACode.values()) System.out.println(c);
public static PeptideProperties.SingleLetterAACode 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