Uses of Class
org.zeroexchange.model.resource.good.UnitOfMeasure

Packages that use UnitOfMeasure
org.zeroexchange.model.resource.good   
 

Uses of UnitOfMeasure in org.zeroexchange.model.resource.good
 

Methods in org.zeroexchange.model.resource.good that return UnitOfMeasure
 UnitOfMeasure GoodResource.getUnitOfMeasure()
           
static UnitOfMeasure UnitOfMeasure.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UnitOfMeasure[] UnitOfMeasure.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.zeroexchange.model.resource.good that return types with arguments of type UnitOfMeasure
 Set<UnitOfMeasure> MaterialType.getAllowedUOMs()
           
 

Methods in org.zeroexchange.model.resource.good with parameters of type UnitOfMeasure
 boolean MaterialType.isUOMAllowed(UnitOfMeasure uom)
           
 void GoodResource.setUnitOfMeasure(UnitOfMeasure unitOfMeasure)
           
 



Copyright © 2013. All Rights Reserved.