| Package | Description | 
|---|---|
| oracle.javatools.db.property | 
 Classes for dealing with properties in the database API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Difference | 
PropertyHelper.getChildDifference(Difference diff,
                  java.lang.String propPath)
Traverses the given difference looking for a Difference heirachy that
 matches the given property path, and returns the Difference at the end
 of that path if one is found. 
 | 
Difference | 
PropertyHelper.getChildDifference(Difference diff,
                  java.lang.String propPath,
                  boolean ignoreSame)
Traverses the given difference looking for a Difference heirachy that
 matches the given property path, and returns the Difference at the end
 of that path if one is found. 
 | 
java.lang.Object | 
PropertyHelper.getPropertyValueOrFail(java.lang.Object obj,
                      java.lang.String propPath)
Gets the value for the given property path on the given object, or
 throws a MissingPropertyException if the path is not valid. 
 | 
void | 
PropertyHelper.setPropertyValueOrFail(java.lang.Object object,
                      java.lang.String propPath,
                      java.lang.Object value)
Sets property value on a given object. 
 |