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

E13403-04

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.
 


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

E13403-04

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