gov.nih.nci.mageom.domain.Measurement
Interface QuantityUnit

All Superinterfaces:
Extendable, Unit
All Known Implementing Classes:
QuantityUnitImpl

public interface QuantityUnit
extends Unit

Quantity

Version:
%I%, %G%

Method Summary
 java.lang.String getUnitNameCV()
          Returns the value of this QuantityUnit object's unitNameCV attribute.
 void setUnitNameCV(java.lang.String p_unitNameCV)
          Sets the unitNameCV attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Measurement.Unit
getUnitName, setUnitName
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setUnitNameCV

void setUnitNameCV(java.lang.String p_unitNameCV)
Sets the unitNameCV attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a QuantityUnit object.

Parameters:
p_unitNameCV - The new value for unitNameCV.
See Also:
getUnitNameCV()

getUnitNameCV

java.lang.String getUnitNameCV()
Returns the value of this QuantityUnit object's unitNameCV attribute. Description of unitNameCV: DOCUMENT ME!

Returns:
enum {mol,amol,fmol,pmol,nmol,umol,mmol,molecules,other} The value of unitNameCV.