public class DynamicAttributesEnumSampleBean extends java.lang.Object implements DynamicAttributeHandler<Gender,TestItemType2Model>
| Constructor and Description |
|---|
DynamicAttributesEnumSampleBean() |
| Modifier and Type | Method and Description |
|---|---|
Gender |
get(TestItemType2Model model)
Holds logic behind getter for dynamic attribute.
|
void |
set(TestItemType2Model model,
Gender value)
Holds logic behind setter for dynamic attribute.
|
public Gender get(TestItemType2Model model)
get in interface DynamicAttributeHandler<Gender,TestItemType2Model>model - model for which dynamic attribute is declared.public void set(TestItemType2Model model, Gender value)
set in interface DynamicAttributeHandler<Gender,TestItemType2Model>model - model for which dynamic attribute is declared.value - the value which will be used by setter logic.Copyright © 2018 SAP SE. All Rights Reserved.