Enum AminoAcid

    • Enum Constant Detail

      • ALANINE

        public static final AminoAcid ALANINE
      • ARGININE

        public static final AminoAcid ARGININE
      • ASPARAGINE

        public static final AminoAcid ASPARAGINE
      • ASPARTIC_ACID

        public static final AminoAcid ASPARTIC_ACID
      • CYSTEINE

        public static final AminoAcid CYSTEINE
      • GLUTAMIC_ACID

        public static final AminoAcid GLUTAMIC_ACID
      • GLUTAMINE

        public static final AminoAcid GLUTAMINE
      • GLYCINE

        public static final AminoAcid GLYCINE
      • HISTIDINE

        public static final AminoAcid HISTIDINE
      • ISOLEUCINE

        public static final AminoAcid ISOLEUCINE
      • LEUCINE

        public static final AminoAcid LEUCINE
      • LYSINE

        public static final AminoAcid LYSINE
      • METHIONINE

        public static final AminoAcid METHIONINE
      • PHENYLALANINE

        public static final AminoAcid PHENYLALANINE
      • PROLINE

        public static final AminoAcid PROLINE
      • SERINE

        public static final AminoAcid SERINE
      • THREONINE

        public static final AminoAcid THREONINE
      • TRYPTOPHAN

        public static final AminoAcid TRYPTOPHAN
      • TYROSINE

        public static final AminoAcid TYROSINE
      • VALINE

        public static final AminoAcid VALINE
    • Method Detail

      • values

        public static AminoAcid[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AminoAcid c : AminoAcid.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AminoAcid valueOf​(String name)
        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 name
        NullPointerException - if the argument is null
      • sidechain

        public Sidechain sidechain()
        Returns:
        The sidechain instance.