public interface PropertyAccessor
PropertyAccessor
provides a strategy to get and set a 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.
|
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.