org.utgenome.gwt.utgb.client.bio
Enum AminoAcid

java.lang.Object
  extended by java.lang.Enum<AminoAcid>
      extended by org.utgenome.gwt.utgb.client.bio.AminoAcid
All Implemented Interfaces:
Serializable, Comparable<AminoAcid>

public enum AminoAcid
extends Enum<AminoAcid>

AminoAcid table

Author:
leo

Enum Constant Summary
Ala
           
Amber
           
Arg
           
Asn
           
Asp
           
Asx
           
Cys
           
Gln
           
Glu
           
Glx
           
Gly
           
His
           
Ile
           
Leu
           
Lys
           
Met
           
NA
           
Ochre
           
Opal
           
Phe
           
Pro
           
Pyl
           
Sec
           
Ser
           
Thr
           
Trp
           
Tyr
           
Val
           
Xaa
           
Xle
           
 
Field Summary
 String fullName
           
 String symbol
           
 
Method Summary
 boolean isStopCodon()
           
static AminoAcid valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AminoAcid[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Ala

public static final AminoAcid Ala

Arg

public static final AminoAcid Arg

Asn

public static final AminoAcid Asn

Asp

public static final AminoAcid Asp

Cys

public static final AminoAcid Cys

Glu

public static final AminoAcid Glu

Gln

public static final AminoAcid Gln

Gly

public static final AminoAcid Gly

His

public static final AminoAcid His

Ile

public static final AminoAcid Ile

Leu

public static final AminoAcid Leu

Lys

public static final AminoAcid Lys

Phe

public static final AminoAcid Phe

Pro

public static final AminoAcid Pro

Ser

public static final AminoAcid Ser

Thr

public static final AminoAcid Thr

Trp

public static final AminoAcid Trp

Tyr

public static final AminoAcid Tyr

Val

public static final AminoAcid Val

Met

public static final AminoAcid Met

Sec

public static final AminoAcid Sec

Pyl

public static final AminoAcid Pyl

Asx

public static final AminoAcid Asx

Glx

public static final AminoAcid Glx

Xle

public static final AminoAcid Xle

Xaa

public static final AminoAcid Xaa

Ochre

public static final AminoAcid Ochre

Opal

public static final AminoAcid Opal

Amber

public static final AminoAcid Amber

NA

public static final AminoAcid NA
Field Detail

symbol

public final String symbol

fullName

public final String fullName
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

isStopCodon

public boolean isStopCodon()


Copyright © 2007-2012 utgenome.org. All Rights Reserved.