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