public interface ReflectiveDataObject
| Modifier and Type | Method and Description |
|---|---|
default Object |
get(String field)
Retrieves value of the field with the given name.
|
default List<String> |
properties()
All properties that are supported by this object.
|
default void |
set(String field,
Object value)
Sets the value of the property with the given name.
|
default List<String> properties()
get(String)default Object get(String field)
field - The name of the property.properties()default void set(String field, Object value)
field - The name of the property to update.value - The new value of the property.get(String)Copyright © 2021. All rights reserved.