Package | Description |
---|---|
oracle.javatools.marshal.xml | |
oracle.jdeveloper.deploy.common |
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() |