public static enum PeptideProperties.SingleLetterAACode extends Enum<PeptideProperties.SingleLetterAACode>
Enum Constant and 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 and Description |
---|---|
static PeptideProperties.SingleLetterAACode |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2000–2019 BioJava. All rights reserved.