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

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

public interface DistanceUnit
extends Unit

Distance

Version:
%I%, %G%

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

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

getUnitNameCV

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

Returns:
enum {fm,pm,nm,um,mm,cm,m,other} The value of unitNameCV.