org.biomage.Measurement
Class VolumeUnit.UnitNameCV

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

public class VolumeUnit.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 cc
           
 int dl
           
 int fl
           
 int L
           
 int ml
           
 int nl
           
 int other
           
 int pl
           
 int ul
           
 
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

ml

public final int ml
See Also:
Constant Field Values

cc

public final int cc
See Also:
Constant Field Values

dl

public final int dl
See Also:
Constant Field Values

L

public final int L
See Also:
Constant Field Values

ul

public final int ul
See Also:
Constant Field Values

nl

public final int nl
See Also:
Constant Field Values

pl

public final int pl
See Also:
Constant Field Values

fl

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