public interface IRogFieldReflector<R,T>
An IRogFieldReflector is a reflector for a typed field in an object. It is
used to manipulate field values in an object in a late bound manner.
| Modifier and Type | Method and Description |
|---|---|
boolean |
appendValueTo(R node,
XString target)
Append the field value in a specified node object to an
XString |
T |
getValue(R node)
Get a field value in a specified node object
|
boolean |
hasValue(R node)
Get if a field in a specified node object has a value
|
void |
setValue(R node,
T value)
Set a field value in a specified node object
|
void setValue(R node, T value)
node - The node object in which to set the field valuevalue - The value to setboolean hasValue(R node)
node - The node object for which to check the presence of a field valueT getValue(R node)
node - The node object from which to get the field valueCopyright © 2019 N5 Technologies, Inc. All Rights Reserved.