public interface OperandValueProvider<T extends BTGOperandModel>
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(T operand,
UserModel user,
BTGConditionEvaluationScope evaluationScope)
Retrieves the concrete value from a
BTGOperandModel. |
Class |
getValueType(T operand)
Retrieves the value-type from a
BTGOperandModel. |
Class getValueType(T operand)
BTGOperandModel.
The type is always assignable to the value-type returned by
getValue(BTGOperandModel, UserModel, BTGConditionEvaluationScope).BTGOperandModel which is asked for it's typeObject getValue(T operand, UserModel user, BTGConditionEvaluationScope evaluationScope)
BTGOperandModel.operand - BTGOperandModel which is asked for it's valueevaluationScope - YTODOCopyright © 2017 SAP SE. All Rights Reserved.