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

Quick Search    Search Deep

org.biomage.Measurement
Class Measurement.Type  view Measurement.Type download Measurement.Type.java

java.lang.Object
  extended byorg.biomage.Measurement.Measurement.Type
Enclosing class:
Measurement

public class Measurement.Type
extends java.lang.Object

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


Field Summary
 int ABSOLUTE
           
 int CHANGE
           
private  java.util.HashMap nameToValue
           
(package private)  int value
           
 
Constructor Summary
(package private) Measurement.Type()
           
 
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

ABSOLUTE

public final int ABSOLUTE
See Also:
Constant Field Values

CHANGE

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

Measurement.Type

Measurement.Type()
Method Detail

setValueByName

public int setValueByName(java.lang.String name)