BEA Systems, Inc.

theory.smart.axiom.units
Interface UnitCategories

All Known Implementing Classes:
UnitCategoriesImpl

public interface UnitCategories
extends Belonging

Provides a mapping from a Unit to its Category. It is part of an overall strategy for describing units and their relationships. It is related to the Unit , UnitCategories, UnitConversion, and UnitConverter

                  category
 [UnitCategories] <*>------> [String] 

 

See Also:
UnitCategoriesHome, UnitCategoriesImpl

Method Summary
 java.lang.String getCategory()
          Get the value of category
 void setCategory(java.lang.String category)
          Set the value of category
 
Methods inherited from interface theory.smart.foundation.Belonging
equals, value
 
Methods inherited from interface com.sun.java.util.collections.Comparable
compareTo
 

Method Detail

getCategory

public java.lang.String getCategory()
Get the value of category
Returns:
category.

setCategory

public void setCategory(java.lang.String category)
Set the value of category
Parameters:
categories - category to be added

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved