org.plasma.sdo.xpath
Class XPathDataValue
java.lang.Object
org.plasma.sdo.xpath.DataGraphNodeAdapter
org.plasma.sdo.xpath.XPathDataValue
public class XPathDataValue
- extends DataGraphNodeAdapter
|
Method Summary |
Object |
get()
Returns the dereferenced value of an XPATH parse result. |
Object |
getValue()
|
void |
set(Object value)
Sets the given value into the XPATH parse result. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathDataValue
public XPathDataValue(Object target,
DataObject source,
Property sourceProperty)
getValue
public Object getValue()
get
public Object get()
- Description copied from class:
DataGraphNodeAdapter
- Returns the dereferenced value of an XPATH parse result.
This method generalizes how subclasses containing
either data xpath result (e.g. a Data Object or value) or meta-data
xpath results (e.g. a Property) return or dereference
the results differently.
- Specified by:
get in class DataGraphNodeAdapter
- Returns:
- the result
set
public void set(Object value)
- Description copied from class:
DataGraphNodeAdapter
- Sets the given value into the XPATH parse result.
Abstract method to generalize how subclasses containing
either data xpath result (e.g. a Data Object or value) or meta-data
xpath results (e.g. a Property) dereference
the results differently.
- Specified by:
set in class DataGraphNodeAdapter
Copyright © 2014. All rights reserved.