Uses of Class
com.broadleafcommerce.promotion.offer.domain.OfferDiscountStrategy
-
Packages that use OfferDiscountStrategy Package Description com.broadleafcommerce.promotion.offer.domain -
-
Uses of OfferDiscountStrategy in com.broadleafcommerce.promotion.offer.domain
Methods in com.broadleafcommerce.promotion.offer.domain that return OfferDiscountStrategy Modifier and Type Method Description static OfferDiscountStrategyOfferDiscountStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static OfferDiscountStrategy[]OfferDiscountStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-