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

All Superinterfaces:
Extendable
All Known Subinterfaces:
ConcentrationUnit, DistanceUnit, MassUnit, QuantityUnit, TemperatureUnit, TimeUnit, VolumeUnit
All Known Implementing Classes:
ConcentrationUnitImpl, DistanceUnitImpl, MassUnitImpl, QuantityUnitImpl, TemperatureUnitImpl, TimeUnitImpl, UnitImpl, VolumeUnitImpl

public interface Unit
extends Extendable

The unit is a strict enumeration of types.

Version:
%I%, %G%

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

Method Detail

setUnitName

void setUnitName(java.lang.String p_unitName)
Sets the unitName attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a Unit object.

Parameters:
p_unitName - The new value for unitName.
See Also:
getUnitName()

getUnitName

java.lang.String getUnitName()
Returns the value of this Unit object's unitName attribute. Description of unitName: The name of the unit.

Returns:
String The value of unitName.