Uses of Enum Class
com.broadleafcommerce.fulfillment.domain.FulfillmentOriginType
-
Uses of FulfillmentOriginType in com.broadleafcommerce.fulfillment.domain
Modifier and TypeMethodDescriptionFulfillmentCalculatorConfig.getOriginType()
Indicate how the fulfillment's origination location should be determined.static FulfillmentOriginType
Returns the enum constant of this class with the specified name.static FulfillmentOriginType[]
FulfillmentOriginType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
FulfillmentCalculatorConfig.setOriginType
(FulfillmentOriginType originType) Indicate how the fulfillment's origination location should be determined.