public class ClassFieldAccessor extends Object implements PropertyAccessor
Field of a plain Java object.| Constructor and Description | 
|---|
ClassFieldAccessor(Object instance,
                  Field field)
Constructs a new  
ClassFieldAccessor. | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
getValue()
The strategy to get a value. 
 | 
void | 
setValue(Object value)
The strategy to set a value. 
 | 
public Object getValue()
getValue in interface PropertyAccessorpublic void setValue(Object value)
setValue in interface PropertyAccessorvalue - The value to be set.Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.