public class IntegerLiteralOperandValueProvider extends Object implements OperandValueProvider<BTGIntegerLiteralOperandModel>
| Constructor and Description |
|---|
IntegerLiteralOperandValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(BTGIntegerLiteralOperandModel operand,
UserModel user,
BTGConditionEvaluationScope evaluationScope)
Retrieves the concrete value from a
BTGOperandModel. |
Class |
getValueType(BTGIntegerLiteralOperandModel operand)
Retrieves the value-type from a
BTGOperandModel. |
public Object getValue(BTGIntegerLiteralOperandModel operand, UserModel user, BTGConditionEvaluationScope evaluationScope)
OperandValueProviderBTGOperandModel.getValue in interface OperandValueProvider<BTGIntegerLiteralOperandModel>operand - BTGOperandModel which is asked for it's valueevaluationScope - YTODOpublic Class getValueType(BTGIntegerLiteralOperandModel 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<BTGIntegerLiteralOperandModel>Copyright © 2017 SAP SE. All Rights Reserved.