| Package | Description |
|---|---|
| oracle.javatools.db.util |
Contains java.util.Collection and java.util.Map implementations for listing
and mapping instances of DBObject and DBObjectID.
|
| oracle.javatools.marshal.xml | |
| oracle.jdeveloper.deploy.common |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanHashStructureConverter.setBeanValue(PropertyInfo propertyInfo,
java.lang.Object bean,
HashStructure hash)
Sets the property defined by propertyInfo on the bean from the value
for that property in the HashStructure if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyInfo |
PropertyInfoFactory.newAttr(java.lang.String xmlName,
java.lang.String propertyName)
Creates a new
PropertyInfo which associates the XML
attribute xmlName with the Java property
propertyName. |
PropertyInfo |
PropertyInfoFactory.newElem(java.lang.String xmlName,
java.lang.String propertyName)
Creates a new
PropertyInfo which associates the XML
element xmlName with the Java property
propertyName. |
PropertyInfo |
PropertyIterator.next()
Returns the next
PropertyInfo. |
| Modifier and Type | Method and Description |
|---|---|
static PropertyInfo[] |
SelectionRule.getPropertyInfos() |