Uses of Class
com.broadleafcommerce.cartoperation.domain.UserTargetType
-
Packages that use UserTargetType Package Description com.broadleafcommerce.cartoperation.domain -
-
Uses of UserTargetType in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return UserTargetType Modifier and Type Method Description static UserTargetType
UserTargetType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserTargetType[]
UserTargetType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.broadleafcommerce.cartoperation.domain with parameters of type UserTargetType Constructor Description UserTarget(UserTargetType targetType, String value)
-