Package org.biojava.bio.structure
Class GroupType
- java.lang.Object
-
- org.biojava.bio.structure.GroupType
-
public class GroupType extends java.lang.Object
contains only the static declaration of which types of Groups are available- Since:
- 1.7
- Author:
- Andreas Prlic
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AMINOACID
the type for amino acidsstatic java.lang.String
HETATM
the type for hetero groupsstatic java.lang.String
NUCLEOTIDE
the type for nucelotide groups
-
Constructor Summary
Constructors Constructor Description GroupType()
-
-
-
Field Detail
-
AMINOACID
public static final java.lang.String AMINOACID
the type for amino acids- See Also:
- Constant Field Values
-
HETATM
public static final java.lang.String HETATM
the type for hetero groups- See Also:
- Constant Field Values
-
NUCLEOTIDE
public static final java.lang.String NUCLEOTIDE
the type for nucelotide groups- See Also:
- Constant Field Values
-
-