Uses of Class
peakml.chemistry.Protein.Type

Packages that use Protein.Type
peakml.chemistry   
 

Uses of Protein.Type in peakml.chemistry
 

Methods in peakml.chemistry that return Protein.Type
static Protein.Type Protein.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Protein.Type[] Protein.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in peakml.chemistry with parameters of type Protein.Type
Protein(java.lang.String id, java.lang.String name, Protein.Type type)