Uses of Enum Class
com.broadleafcommerce.fulfillment.domain.WeightUnitOfMeasure
Packages that use WeightUnitOfMeasure
-
Uses of WeightUnitOfMeasure in com.broadleafcommerce.fulfillment.domain
Methods in com.broadleafcommerce.fulfillment.domain that return WeightUnitOfMeasureModifier and TypeMethodDescriptionstatic WeightUnitOfMeasure
Returns the enum constant of this class with the specified name.static WeightUnitOfMeasure
WeightUnitOfMeasure.valueOfAliasIgnoreCase
(String unit) Like valueOf(), but also checks aliases.static WeightUnitOfMeasure[]
WeightUnitOfMeasure.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.broadleafcommerce.fulfillment.domain with parameters of type WeightUnitOfMeasureModifier and TypeMethodDescriptionWeightUnitOfMeasure.from
(BigDecimal value, WeightUnitOfMeasure unit) Convert a value in the given unit to this unit.