SigPath

org.sigpath.bioimport.reaction2.types
Class UnitType

java.lang.Object
  extended by org.sigpath.bioimport.reaction2.types.UnitType
All Implemented Interfaces:
Serializable

public class UnitType
extends Object
implements Serializable

Class UnitType.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
static UnitType ATOMS
          The instance of the atoms type
static UnitType ATOMS_L
          The instance of the atoms/l type
static int ATOMS_L_TYPE
          The atoms/l type
static int ATOMS_TYPE
          The atoms type
static UnitType L
          The instance of the l type
static UnitType L_SEC_1
          The instance of the l.sec-1 type
static int L_SEC_1_TYPE
          The l.sec-1 type
static int L_TYPE
          The l type
static UnitType M
          The instance of the M type
static UnitType M_1_MIN_1
          The instance of the M-1.min-1 type
static int M_1_MIN_1_TYPE
          The M-1.min-1 type
static UnitType M_1_SEC_1
          The instance of the M-1.sec-1 type
static int M_1_SEC_1_TYPE
          The M-1.sec-1 type
static UnitType M_2_MIN_1
          The instance of the M-2.min-1 type
static int M_2_MIN_1_TYPE
          The M-2.min-1 type
static UnitType M_2_SEC_1
          The instance of the M-2.sec-1 type
static int M_2_SEC_1_TYPE
          The M-2.sec-1 type
static UnitType M_MIN_1
          The instance of the M.min-1 type
static int M_MIN_1_TYPE
          The M.min-1 type
static UnitType M_SEC_1
          The instance of the M.sec-1 type
static int M_SEC_1_TYPE
          The M.sec-1 type
static int M_TYPE
          The M type
static UnitType MICROM_1_MIN_1
          The instance of the microM-1.min-1 type
static int MICROM_1_MIN_1_TYPE
          The microM-1.min-1 type
static UnitType MICROM_1_SEC_1
          The instance of the microM-1.sec-1 type
static int MICROM_1_SEC_1_TYPE
          The microM-1.sec-1 type
static UnitType MICROM_2_MIN_1
          The instance of the microM-2.min-1 type
static int MICROM_2_MIN_1_TYPE
          The microM-2.min-1 type
static UnitType MICROM_2_SEC_1
          The instance of the microM-2.sec-1 type
static int MICROM_2_SEC_1_TYPE
          The microM-2.sec-1 type
static UnitType MICROMOL_S
          The instance of the micromol/s type
static int MICROMOL_S_TYPE
          The micromol/s type
static UnitType MICROMOL_SEC
          The instance of the micromol/sec type
static int MICROMOL_SEC_TYPE
          The micromol/sec type
static UnitType MICROMOLES_L
          The instance of the micromoles/l type
static int MICROMOLES_L_TYPE
          The micromoles/l type
static UnitType MICROMOLES_S
          The instance of the micromoles/s type
static int MICROMOLES_S_TYPE
          The micromoles/s type
static UnitType MICROMOLES_SEC
          The instance of the micromoles/sec type
static int MICROMOLES_SEC_TYPE
          The micromoles/sec type
static UnitType MILLIM_1_MIN_1
          The instance of the milliM-1.min-1 type
static int MILLIM_1_MIN_1_TYPE
          The milliM-1.min-1 type
static UnitType MILLIM_1_SEC_1
          The instance of the milliM-1.sec-1 type
static int MILLIM_1_SEC_1_TYPE
          The milliM-1.sec-1 type
static UnitType MILLIM_2_MIN_1
          The instance of the milliM-2.min-1 type
static int MILLIM_2_MIN_1_TYPE
          The milliM-2.min-1 type
static UnitType MILLIM_2_SEC_1
          The instance of the milliM-2.sec-1 type
static int MILLIM_2_SEC_1_TYPE
          The milliM-2.sec-1 type
static UnitType MILLIMOLES_L
          The instance of the millimoles/l type
static int MILLIMOLES_L_TYPE
          The millimoles/l type
static UnitType MIN_1
          The instance of the min-1 type
static int MIN_1_TYPE
          The min-1 type
static UnitType MM
          The instance of the mM type
static UnitType MM_MIN_1
          The instance of the mM.min-1 type
static int MM_MIN_1_TYPE
          The mM.min-1 type
static UnitType MM_SEC_1
          The instance of the mM.sec-1 type
static int MM_SEC_1_TYPE
          The mM.sec-1 type
static int MM_TYPE
          The mM type
static UnitType MOL
          The instance of the mol type
static UnitType MOL_L
          The instance of the mol/l type
static int MOL_L_TYPE
          The mol/l type
static UnitType MOL_S
          The instance of the mol/s type
static int MOL_S_TYPE
          The mol/s type
static UnitType MOL_SEC
          The instance of the mol/sec type
static int MOL_SEC_TYPE
          The mol/sec type
static int MOL_TYPE
          The mol type
static UnitType MOLAR
          The instance of the molar type
static int MOLAR_TYPE
          The molar type
static UnitType SEC
          The instance of the sec type
static UnitType SEC_1
          The instance of the sec-1 type
static int SEC_1_TYPE
          The sec-1 type
static int SEC_TYPE
          The sec type
static UnitType UL
          The instance of the ul type
static UnitType UL_SEC_1
          The instance of the ul.sec-1 type
static int UL_SEC_1_TYPE
          The ul.sec-1 type
static int UL_TYPE
          The ul type
static UnitType UM
          The instance of the uM type
static UnitType UM_1_SEC_1
          The instance of the uM-1.sec-1 type
static int UM_1_SEC_1_TYPE
          The uM-1.sec-1 type
static UnitType UM_MIN_1
          The instance of the uM.min-1 type
static int UM_MIN_1_TYPE
          The uM.min-1 type
static UnitType UM_SEC_1
          The instance of the uM.sec-1 type
static int UM_SEC_1_TYPE
          The uM.sec-1 type
static int UM_TYPE
          The uM type
 
Method Summary
static Enumeration enumerate()
          Method enumerate Returns an enumeration of all possible instances of UnitType
 int getType()
          Method getType Returns the type of this UnitType
 String toString()
          Method toString Returns the String representation of this UnitType
static UnitType valueOf(String string)
          Method valueOf Returns a new UnitType based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MOL_SEC_TYPE

public static final int MOL_SEC_TYPE
The mol/sec type

See Also:
Constant Field Values

MOL_SEC

public static final UnitType MOL_SEC
The instance of the mol/sec type


MICROMOLES_SEC_TYPE

public static final int MICROMOLES_SEC_TYPE
The micromoles/sec type

See Also:
Constant Field Values

MICROMOLES_SEC

public static final UnitType MICROMOLES_SEC
The instance of the micromoles/sec type


MOL_L_TYPE

public static final int MOL_L_TYPE
The mol/l type

See Also:
Constant Field Values

MOL_L

public static final UnitType MOL_L
The instance of the mol/l type


MOL_TYPE

public static final int MOL_TYPE
The mol type

See Also:
Constant Field Values

MOL

public static final UnitType MOL
The instance of the mol type


SEC_TYPE

public static final int SEC_TYPE
The sec type

See Also:
Constant Field Values

SEC

public static final UnitType SEC
The instance of the sec type


MICROMOLES_L_TYPE

public static final int MICROMOLES_L_TYPE
The micromoles/l type

See Also:
Constant Field Values

MICROMOLES_L

public static final UnitType MICROMOLES_L
The instance of the micromoles/l type


SEC_1_TYPE

public static final int SEC_1_TYPE
The sec-1 type

See Also:
Constant Field Values

SEC_1

public static final UnitType SEC_1
The instance of the sec-1 type


MIN_1_TYPE

public static final int MIN_1_TYPE
The min-1 type

See Also:
Constant Field Values

MIN_1

public static final UnitType MIN_1
The instance of the min-1 type


M_1_SEC_1_TYPE

public static final int M_1_SEC_1_TYPE
The M-1.sec-1 type

See Also:
Constant Field Values

M_1_SEC_1

public static final UnitType M_1_SEC_1
The instance of the M-1.sec-1 type


MILLIM_1_SEC_1_TYPE

public static final int MILLIM_1_SEC_1_TYPE
The milliM-1.sec-1 type

See Also:
Constant Field Values

MILLIM_1_SEC_1

public static final UnitType MILLIM_1_SEC_1
The instance of the milliM-1.sec-1 type


MILLIM_1_MIN_1_TYPE

public static final int MILLIM_1_MIN_1_TYPE
The milliM-1.min-1 type

See Also:
Constant Field Values

MILLIM_1_MIN_1

public static final UnitType MILLIM_1_MIN_1
The instance of the milliM-1.min-1 type


MICROM_1_SEC_1_TYPE

public static final int MICROM_1_SEC_1_TYPE
The microM-1.sec-1 type

See Also:
Constant Field Values

MICROM_1_SEC_1

public static final UnitType MICROM_1_SEC_1
The instance of the microM-1.sec-1 type


MICROM_1_MIN_1_TYPE

public static final int MICROM_1_MIN_1_TYPE
The microM-1.min-1 type

See Also:
Constant Field Values

MICROM_1_MIN_1

public static final UnitType MICROM_1_MIN_1
The instance of the microM-1.min-1 type


M_1_MIN_1_TYPE

public static final int M_1_MIN_1_TYPE
The M-1.min-1 type

See Also:
Constant Field Values

M_1_MIN_1

public static final UnitType M_1_MIN_1
The instance of the M-1.min-1 type


M_2_SEC_1_TYPE

public static final int M_2_SEC_1_TYPE
The M-2.sec-1 type

See Also:
Constant Field Values

M_2_SEC_1

public static final UnitType M_2_SEC_1
The instance of the M-2.sec-1 type


MILLIM_2_SEC_1_TYPE

public static final int MILLIM_2_SEC_1_TYPE
The milliM-2.sec-1 type

See Also:
Constant Field Values

MILLIM_2_SEC_1

public static final UnitType MILLIM_2_SEC_1
The instance of the milliM-2.sec-1 type


MILLIM_2_MIN_1_TYPE

public static final int MILLIM_2_MIN_1_TYPE
The milliM-2.min-1 type

See Also:
Constant Field Values

MILLIM_2_MIN_1

public static final UnitType MILLIM_2_MIN_1
The instance of the milliM-2.min-1 type


MICROM_2_SEC_1_TYPE

public static final int MICROM_2_SEC_1_TYPE
The microM-2.sec-1 type

See Also:
Constant Field Values

MICROM_2_SEC_1

public static final UnitType MICROM_2_SEC_1
The instance of the microM-2.sec-1 type


MICROM_2_MIN_1_TYPE

public static final int MICROM_2_MIN_1_TYPE
The microM-2.min-1 type

See Also:
Constant Field Values

MICROM_2_MIN_1

public static final UnitType MICROM_2_MIN_1
The instance of the microM-2.min-1 type


M_2_MIN_1_TYPE

public static final int M_2_MIN_1_TYPE
The M-2.min-1 type

See Also:
Constant Field Values

M_2_MIN_1

public static final UnitType M_2_MIN_1
The instance of the M-2.min-1 type


MILLIMOLES_L_TYPE

public static final int MILLIMOLES_L_TYPE
The millimoles/l type

See Also:
Constant Field Values

MILLIMOLES_L

public static final UnitType MILLIMOLES_L
The instance of the millimoles/l type


ATOMS_L_TYPE

public static final int ATOMS_L_TYPE
The atoms/l type

See Also:
Constant Field Values

ATOMS_L

public static final UnitType ATOMS_L
The instance of the atoms/l type


L_TYPE

public static final int L_TYPE
The l type

See Also:
Constant Field Values

L

public static final UnitType L
The instance of the l type


UL_TYPE

public static final int UL_TYPE
The ul type

See Also:
Constant Field Values

UL

public static final UnitType UL
The instance of the ul type


UM_TYPE

public static final int UM_TYPE
The uM type

See Also:
Constant Field Values

UM

public static final UnitType UM
The instance of the uM type


M_TYPE

public static final int M_TYPE
The M type

See Also:
Constant Field Values

M

public static final UnitType M
The instance of the M type


MOL_S_TYPE

public static final int MOL_S_TYPE
The mol/s type

See Also:
Constant Field Values

MOL_S

public static final UnitType MOL_S
The instance of the mol/s type


MM_TYPE

public static final int MM_TYPE
The mM type

See Also:
Constant Field Values

MM

public static final UnitType MM
The instance of the mM type


MICROMOL_S_TYPE

public static final int MICROMOL_S_TYPE
The micromol/s type

See Also:
Constant Field Values

MICROMOL_S

public static final UnitType MICROMOL_S
The instance of the micromol/s type


MICROMOL_SEC_TYPE

public static final int MICROMOL_SEC_TYPE
The micromol/sec type

See Also:
Constant Field Values

MICROMOL_SEC

public static final UnitType MICROMOL_SEC
The instance of the micromol/sec type


MICROMOLES_S_TYPE

public static final int MICROMOLES_S_TYPE
The micromoles/s type

See Also:
Constant Field Values

MICROMOLES_S

public static final UnitType MICROMOLES_S
The instance of the micromoles/s type


MOLAR_TYPE

public static final int MOLAR_TYPE
The molar type

See Also:
Constant Field Values

MOLAR

public static final UnitType MOLAR
The instance of the molar type


M_SEC_1_TYPE

public static final int M_SEC_1_TYPE
The M.sec-1 type

See Also:
Constant Field Values

M_SEC_1

public static final UnitType M_SEC_1
The instance of the M.sec-1 type


UM_SEC_1_TYPE

public static final int UM_SEC_1_TYPE
The uM.sec-1 type

See Also:
Constant Field Values

UM_SEC_1

public static final UnitType UM_SEC_1
The instance of the uM.sec-1 type


MM_SEC_1_TYPE

public static final int MM_SEC_1_TYPE
The mM.sec-1 type

See Also:
Constant Field Values

MM_SEC_1

public static final UnitType MM_SEC_1
The instance of the mM.sec-1 type


M_MIN_1_TYPE

public static final int M_MIN_1_TYPE
The M.min-1 type

See Also:
Constant Field Values

M_MIN_1

public static final UnitType M_MIN_1
The instance of the M.min-1 type


UM_MIN_1_TYPE

public static final int UM_MIN_1_TYPE
The uM.min-1 type

See Also:
Constant Field Values

UM_MIN_1

public static final UnitType UM_MIN_1
The instance of the uM.min-1 type


MM_MIN_1_TYPE

public static final int MM_MIN_1_TYPE
The mM.min-1 type

See Also:
Constant Field Values

MM_MIN_1

public static final UnitType MM_MIN_1
The instance of the mM.min-1 type


L_SEC_1_TYPE

public static final int L_SEC_1_TYPE
The l.sec-1 type

See Also:
Constant Field Values

L_SEC_1

public static final UnitType L_SEC_1
The instance of the l.sec-1 type


UL_SEC_1_TYPE

public static final int UL_SEC_1_TYPE
The ul.sec-1 type

See Also:
Constant Field Values

UL_SEC_1

public static final UnitType UL_SEC_1
The instance of the ul.sec-1 type


ATOMS_TYPE

public static final int ATOMS_TYPE
The atoms type

See Also:
Constant Field Values

ATOMS

public static final UnitType ATOMS
The instance of the atoms type


UM_1_SEC_1_TYPE

public static final int UM_1_SEC_1_TYPE
The uM-1.sec-1 type

See Also:
Constant Field Values

UM_1_SEC_1

public static final UnitType UM_1_SEC_1
The instance of the uM-1.sec-1 type

Method Detail

enumerate

public static Enumeration enumerate()
Method enumerate Returns an enumeration of all possible instances of UnitType

Returns:
Enumeration

getType

public int getType()
Method getType Returns the type of this UnitType

Returns:
int

toString

public String toString()
Method toString Returns the String representation of this UnitType

Overrides:
toString in class Object
Returns:
String

valueOf

public static UnitType valueOf(String string)
Method valueOf Returns a new UnitType based on the given String value.

Parameters:
string -
Returns:
UnitType

SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.