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