Enum LabelAtomId
- All Implemented Interfaces:
Serializable,Comparable<LabelAtomId>,java.lang.constant.Constable
Enumerates all 'common' atoms by name.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic LabelAtomIdofLabelAtomId(String labelAtomId) Resolve a label_atom_id.static LabelAtomIdReturns the enum constant of this type with the specified name.static LabelAtomId[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
C
-
C1_PRIME
-
C2
-
C2_PRIME
-
C3_PRIME
-
C4
-
C4_PRIME
-
C5
-
C5_PRIME
-
C6
-
C8
-
CA
-
CB
-
CD
-
CD1
-
CD2
-
CE
-
CE1
-
CE2
-
CE3
-
CG
-
CG1
-
CG2
-
CH2
-
CZ
-
CZ2
-
CZ3
-
N
-
N1
-
N2
-
N3
-
N4
-
N6
-
N7
-
N9
-
ND1
-
ND2
-
NE
-
NE1
-
NE2
-
NH1
-
NH2
-
NZ
-
O
-
O1P
-
O2
-
O2_PRIME
-
O2P
-
O3_PRIME
-
O4
-
O4_PRIME
-
O5_PRIME
-
O6
-
OD1
-
OD2
-
OE1
-
OE2
-
OG
-
OG1
-
OH
-
OP1
-
OP2
-
OP3
-
OXT
-
P
-
SD
-
SG
-
UNKNOWN_ATOM
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getLabelAtomId
-
ofLabelAtomId
Resolve a label_atom_id.- Parameters:
labelAtomId- the label atom id- Returns:
- a LabelAtomId or null (if 'non-standard', e.g. occurring for 1 of the registered ResidueTypes)
-