public abstract class DataGraphNodeAdapter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DataObject |
source |
protected Property |
sourceProperty |
| Constructor and Description |
|---|
DataGraphNodeAdapter(DataObject source,
Property sourceProperty) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
get()
Returns the dereferenced value of an XPATH parse result.
|
DataObject |
getSource()
Returns the data object traversal source
|
Property |
getSourceProperty()
Returns the property traversal source
|
abstract void |
set(Object value)
Sets the given value into the XPATH parse result.
|
protected DataObject source
protected Property sourceProperty
public DataGraphNodeAdapter(DataObject source, Property sourceProperty)
public abstract Object get()
public abstract void set(Object value)
public DataObject getSource()
public Property getSourceProperty()
Copyright © 2017. All rights reserved.