org.biomage.Measurement
Class ConcentrationUnit.UnitNameCV

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

public class ConcentrationUnit.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 fM
           
 int g_per_L
           
 int gram_percent
           
 int M
           
 int mg_per_mL
           
 int mL_per_L
           
 int mM
           
 int nM
           
 int other
           
 int percent_vol_per_vol
           
 int percent_weight_per_vol
           
 int percent_weight_per_weight
           
 int pM
           
 int uM
           
 
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

M

public final int M
See Also:
Constant Field Values

mM

public final int mM
See Also:
Constant Field Values

nM

public final int nM
See Also:
Constant Field Values

uM

public final int uM
See Also:
Constant Field Values

pM

public final int pM
See Also:
Constant Field Values

fM

public final int fM
See Also:
Constant Field Values

mg_per_mL

public final int mg_per_mL
See Also:
Constant Field Values

mL_per_L

public final int mL_per_L
See Also:
Constant Field Values

g_per_L

public final int g_per_L
See Also:
Constant Field Values

gram_percent

public final int gram_percent
See Also:
Constant Field Values

percent_vol_per_vol

public final int percent_vol_per_vol
See Also:
Constant Field Values

percent_weight_per_vol

public final int percent_weight_per_vol
See Also:
Constant Field Values

percent_weight_per_weight

public final int percent_weight_per_weight
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