Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.2)

E13403-10


Uses of Class
oracle.javatools.marshal.xml.PropertyInfo

Packages that use PropertyInfo
oracle.javatools.marshal.xml   

 

Uses of PropertyInfo in oracle.javatools.marshal.xml

 

Methods in oracle.javatools.marshal.xml that return PropertyInfo
 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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.2)

E13403-10


Copyright © 1997, 2013, Oracle. All rights reserved.