Class 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 acids
      static java.lang.String HETATM
      the type for hetero groups
      static java.lang.String NUCLEOTIDE
      the type for nucelotide groups
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • GroupType

        public GroupType()