public class BooleanLiteralOperandValueProvider extends java.lang.Object implements OperandValueProvider<BTGBooleanLiteralOperandModel>
| Constructor and Description |
|---|
BooleanLiteralOperandValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue(BTGBooleanLiteralOperandModel operand,
UserModel user,
BTGConditionEvaluationScope evaluationScope)
Retrieves the concrete value from a
BTGOperandModel. |
java.lang.Class |
getValueType(BTGBooleanLiteralOperandModel operand)
Retrieves the value-type from a
BTGOperandModel. |
public java.lang.Object getValue(BTGBooleanLiteralOperandModel operand, UserModel user, BTGConditionEvaluationScope evaluationScope)
OperandValueProviderBTGOperandModel.getValue in interface OperandValueProvider<BTGBooleanLiteralOperandModel>operand - BTGOperandModel which is asked for it's valueevaluationScope - YTODOpublic java.lang.Class getValueType(BTGBooleanLiteralOperandModel operand)
OperandValueProviderBTGOperandModel.
The type is always assignable to the value-type returned by
OperandValueProvider.getValue(BTGOperandModel, UserModel, BTGConditionEvaluationScope).BTGOperandModel which is asked for it's typegetValueType in interface OperandValueProvider<BTGBooleanLiteralOperandModel>Copyright © 2018 SAP SE. All Rights Reserved.