Package org.nuxeo.common.xmap
Interface XAccessor
- All Known Implementing Classes:
XFieldAccessor
,XMethodAccessor
public interface XAccessor
- Author:
- Bogdan Stefanescu
-
Method Summary
-
Method Details
-
getType
Class<?> getType()Gets the type of the object to be set by this setter.- Returns:
- the setter object type
-
setValue
Sets the value of the underlying member.- Parameters:
instance
- the instance of the object that owns this fieldvalue
- the value to set
-
getValue
-