public class XPathDataProperty extends DataGraphNodeAdapter
source, sourceProperty| Constructor and Description |
|---|
XPathDataProperty(commonj.sdo.Property target,
commonj.sdo.DataObject source,
commonj.sdo.Property sourceProperty) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get()
Returns the dereferenced value of an XPATH parse result.
|
commonj.sdo.Property |
getProperty() |
boolean |
isSet() |
void |
set(Object value)
Sets the given value into the XPATH parse result.
|
void |
unset() |
getSource, getSourcePropertypublic XPathDataProperty(commonj.sdo.Property target,
commonj.sdo.DataObject source,
commonj.sdo.Property sourceProperty)
public commonj.sdo.Property getProperty()
public Object get()
DataGraphNodeAdapterget in class DataGraphNodeAdapterpublic void set(Object value)
DataGraphNodeAdapterset in class DataGraphNodeAdapterpublic void unset()
public boolean isSet()
Copyright © 2021. All rights reserved.