bea Systems, Inc.

theory.smart.axiom.units
Class UnitListValue

java.lang.Object
  |
  +--theory.smart.foundation.SmartValue
        |
        +--theory.smart.axiom.units.UnitListValue

public class UnitListValue
extends SmartValue

The Unit List provides a cross reference for Unit such that for a specified unit the approriate Unit Conversion can be found.

See Also:
UnitList, UnitListHome, UnitList.getUnitListByValue(), UnitList.setUnitListByValue(UnitListValue), Serialized Form

Field Summary
 java.lang.String grouping
           grouping [UnitList] <*>------> [String] (Primary Key)
 com.sun.java.util.collections.TreeMap unitses
           units (Map) [UnitList] <*>------> [theory.smart.axiom.units.UnitCategories] 0..*
 
Constructor Summary
protected UnitListValue()
          Only get/setUnitListByValue methods are allowed to call this constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

grouping

public java.lang.String grouping
                  grouping
 [UnitList] <*>------> [String] (Primary Key)

 

unitses

public com.sun.java.util.collections.TreeMap unitses
                  units (Map)
 [UnitList] <*>------> [theory.smart.axiom.units.UnitCategories] 
                     0..*
 
Constructor Detail

UnitListValue

protected UnitListValue()
Only get/setUnitListByValue methods are allowed to call this constructor.

bea Systems, Inc.

© Copyright 2000 bea Systems, Inc. All rights reserved.