org.biomage.Measurement
Class QuantityUnit.UnitNameCV

java.lang.Object
  extended by org.biomage.Measurement.QuantityUnit.UnitNameCV
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
QuantityUnit

public class QuantityUnit.UnitNameCV
extends java.lang.Object
implements java.io.Serializable

Inner class for the enumeration values that the attribute unitNameCV can assume.

See Also:
Serialized Form

Field Summary
 int amol
           
 int fmol
           
 int mol
           
 int molecules
           
 int nmol
           
 int other
           
 int pmol
           
 int umol
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getNameByValue(int val)
           
 int getValue()
           
 int getValueByName(java.lang.String name)
           
 java.lang.String setNameByValue(int val)
           
 int setValueByName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mol

public final int mol
See Also:
Constant Field Values

amol

public final int amol
See Also:
Constant Field Values

fmol

public final int fmol
See Also:
Constant Field Values

pmol

public final int pmol
See Also:
Constant Field Values

nmol

public final int nmol
See Also:
Constant Field Values

umol

public final int umol
See Also:
Constant Field Values

molecules

public final int molecules
See Also:
Constant Field Values

other

public final int other
See Also:
Constant Field Values
Method Detail

setValueByName

public int setValueByName(java.lang.String name)

getValueByName

public int getValueByName(java.lang.String name)

setNameByValue

public java.lang.String setNameByValue(int val)

getNameByValue

public java.lang.String getNameByValue(int val)

getValue

public int getValue()

getName

public java.lang.String getName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object