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