public class CartTotalSumValidator extends AbstractExpressionValidator<CartTotalSum,java.lang.Double>
CartTotalSum| Constructor and Description |
|---|
CartTotalSumValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Double |
getMinimum() |
protected java.lang.Double |
getValue(BTGOperandModel rightOperand) |
void |
initialize(CartTotalSum constraintAnnotation) |
protected boolean |
isLeftOperandSupported(BTGOperandModel leftOperand)
Checks if the given left operand is supported by this validator.
|
protected boolean |
isRightOperandSupported(BTGOperandModel rightOperand)
Checks if the given right operand is supported by this validator.
|
isValidpublic void initialize(CartTotalSum constraintAnnotation)
protected boolean isLeftOperandSupported(BTGOperandModel leftOperand)
AbstractExpressionValidatorisLeftOperandSupported in class AbstractExpressionValidator<CartTotalSum,java.lang.Double>leftOperand - left operandtrue if the operand is supported, otherwise falseprotected boolean isRightOperandSupported(BTGOperandModel rightOperand)
AbstractExpressionValidatorisRightOperandSupported in class AbstractExpressionValidator<CartTotalSum,java.lang.Double>rightOperand - right operandtrue if the operand is supported, otherwise falseprotected java.lang.Double getMinimum()
getMinimum in class AbstractExpressionValidator<CartTotalSum,java.lang.Double>protected java.lang.Double getValue(BTGOperandModel rightOperand)
getValue in class AbstractExpressionValidator<CartTotalSum,java.lang.Double>rightOperand - right operandCopyright © 2018 SAP SE. All Rights Reserved.