public interface XAccessor
Modifier and Type | Method and Description |
---|---|
Class |
getType()
Gets the type of the object to be set by this setter.
|
Object |
getValue(Object instance) |
void |
setValue(Object instance,
Object value)
Sets the value of the underlying member.
|
Class getType()
void setValue(Object instance, Object value)
instance
- the instance of the object that owns this fieldvalue
- the value to setCopyright © 2018 Nuxeo. All rights reserved.