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