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