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