public enum ResidueType extends java.lang.Enum<ResidueType> implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
chem_comp_type
String value of the type
|
PolymerType |
polymerType
The associated
PolymerType |
Modifier and Type | Method and Description |
---|---|
static ResidueType |
getResidueTypeFromString(java.lang.String chem_comp_type) |
static ResidueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResidueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResidueType atomn
public static final ResidueType dPeptideLinking
public static final ResidueType lPeptideLinking
public static final ResidueType glycine
public static final ResidueType dPeptideAminoTerminus
public static final ResidueType lPeptideAminoTerminus
public static final ResidueType dPeptideCarboxyTerminus
public static final ResidueType lPeptideCarboxyTerminus
public static final ResidueType dnaLinking
public static final ResidueType rnaLinking
public static final ResidueType dna3PrimeTerminus
public static final ResidueType rna3PrimeTerminus
public static final ResidueType dna5PrimeTerminus
public static final ResidueType rna5PrimeTerminus
public static final ResidueType dSaccharide
public static final ResidueType dSaccharide14and14linking
public static final ResidueType dSaccharide14and16linking
public static final ResidueType lSaccharide
public static final ResidueType lSaccharide14and14linking
public static final ResidueType lSaccharide14and16linking
public static final ResidueType saccharide
public static final ResidueType nonPolymer
public static final ResidueType otherChemComp
public final PolymerType polymerType
PolymerType
public final java.lang.String chem_comp_type
public static ResidueType[] values()
for (ResidueType c : ResidueType.values()) System.out.println(c);
public static ResidueType 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 nullpublic static ResidueType getResidueTypeFromString(java.lang.String chem_comp_type)