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