Enum AminoAcidAbbreviations

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<AminoAcidAbbreviations>

    public enum AminoAcidAbbreviations
    extends java.lang.Enum<AminoAcidAbbreviations>
    IUPAC abbreviations for each natural amino acid.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ALA
      Alanine
      ARG
      Arginine
      ASN
      Asparagine
      ASP
      Aspartic acid
      CYS
      Cysteine
      GLN
      Glutamine
      GLU
      Glutamic acid
      GLY
      Glycine
      HIS
      Histidine
      ILE
      S Isoleucine
      LEU
      Leucine
      LYS
      Lysine
      MET
      Methionine
      PHE
      Phenylalanine
      PRO
      Proline
      SER
      Serine
      THR
      Threonine
      TRP
      Tryptophan
      TYR
      Tyrosine
      VAL
      Valine
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static AminoAcidAbbreviations valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static AminoAcidAbbreviations[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait