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

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

public interface VolumeUnit
extends Unit

Volume

Version:
%I%, %G%

Method Summary
 java.lang.String getUnitNameCV()
          Returns the value of this VolumeUnit 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 VolumeUnit object.

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

getUnitNameCV

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

Returns:
enum {mL,cc,dL,L,uL,nL,pL,fL,other} The value of unitNameCV.