Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.biomage.Measurement
Class MassUnit.UnitNameCV  view MassUnit.UnitNameCV download MassUnit.UnitNameCV.java

java.lang.Object
  extended byorg.biomage.Measurement.MassUnit.UnitNameCV
Enclosing class:
MassUnit

public class MassUnit.UnitNameCV
extends java.lang.Object

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


Field Summary
 int FG
           
 int G
           
 int KG
           
 int MG
           
private  java.util.HashMap nameToValue
           
 int NG
           
 int OTHER
           
 int PG
           
 int UG
           
(package private)  int value
           
 
Constructor Summary
(package private) MassUnit.UnitNameCV()
           
 
Method Summary
 int setValueByName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

int value

nameToValue

private java.util.HashMap nameToValue

KG

public final int KG
See Also:
Constant Field Values

G

public final int G
See Also:
Constant Field Values

MG

public final int MG
See Also:
Constant Field Values

UG

public final int UG
See Also:
Constant Field Values

NG

public final int NG
See Also:
Constant Field Values

PG

public final int PG
See Also:
Constant Field Values

FG

public final int FG
See Also:
Constant Field Values

OTHER

public final int OTHER
See Also:
Constant Field Values
Constructor Detail

MassUnit.UnitNameCV

MassUnit.UnitNameCV()
Method Detail

setValueByName

public int setValueByName(java.lang.String name)