org.biomage.Measurement
Class Measurement.Type
java.lang.Object
org.biomage.Measurement.Measurement.Type
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Measurement
public class Measurement.Type
- extends java.lang.Object
- implements java.io.Serializable
Inner class for the enumeration values that the attribute type
can assume.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
absolute
public final int absolute
- See Also:
- Constant Field Values
change
public final int change
- See Also:
- Constant Field Values
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