public class ReferenceProductsOperandValueProvider extends AbstractNoRestrictionsOperandValueProvider<BTGReferenceProductsOperandModel> implements CollectionOperandValueProvider<BTGReferenceProductsOperandModel>
BTGReferenceProductsOperandModel| Constructor and Description |
|---|
ReferenceProductsOperandValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
Object |
doGetValue(BTGReferenceProductsOperandModel operand,
UserModel user,
BTGConditionEvaluationScope evaluationScope) |
Class |
getAtomicValueType(BTGReferenceProductsOperandModel operand)
Returns the type of the collection element if BTGOperandModel represents a collection of values.
|
Class |
getValueType(BTGReferenceProductsOperandModel operand)
Retrieves the value-type from a
BTGOperandModel. |
getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValuepublic ReferenceProductsOperandValueProvider()
public Object doGetValue(BTGReferenceProductsOperandModel operand, UserModel user, BTGConditionEvaluationScope evaluationScope)
doGetValue in class AbstractNoRestrictionsOperandValueProvider<BTGReferenceProductsOperandModel>public Class getValueType(BTGReferenceProductsOperandModel 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<BTGReferenceProductsOperandModel>getValueType in class AbstractNoRestrictionsOperandValueProvider<BTGReferenceProductsOperandModel>public Class getAtomicValueType(BTGReferenceProductsOperandModel operand)
CollectionOperandValueProvidergetAtomicValueType in interface CollectionOperandValueProvider<BTGReferenceProductsOperandModel>Copyright © 2017 SAP SE. All Rights Reserved.