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