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