Uses of Enum Class
com.broadleafcommerce.fulfillment.domain.WeightUnitOfMeasure
-
Uses of WeightUnitOfMeasure in com.broadleafcommerce.fulfillment.domain
Modifier 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.Modifier and TypeMethodDescriptionWeightUnitOfMeasure.from
(BigDecimal value, WeightUnitOfMeasure unit) Convert a value in the given unit to this unit.