public class DefaultPropertyAccessor extends Object implements PropertyAccessor
| Constructor and Description | 
|---|
DefaultPropertyAccessor()
Constructs a new  
DefaultValueAccessor with a null default value. | 
DefaultPropertyAccessor(Object value)
Constructs a new  
DefaultValueAccessor with a null default value. | 
| 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 DefaultPropertyAccessor()
DefaultValueAccessor with a null default value.public DefaultPropertyAccessor(Object value)
DefaultValueAccessor with a null default value.value - The initial 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.