public class XFieldAccessor extends Object implements XAccessor
Constructor and Description |
---|
XFieldAccessor(Field field) |
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.
|
public XFieldAccessor(Field field)
Copyright © 2017 Nuxeo. All rights reserved.