Uses of Interface
org.apache.geronimo.deployment.javabean.xbeans.PropertyType

Packages that use PropertyType
org.apache.geronimo.deployment.javabean.xbeans   
org.apache.geronimo.deployment.javabean.xbeans.impl   
 

Uses of PropertyType in org.apache.geronimo.deployment.javabean.xbeans
 

Methods in org.apache.geronimo.deployment.javabean.xbeans that return PropertyType
 PropertyType JavabeanType.addNewProperty()
          Appends and returns a new empty value (as xml) as the last "property" element
 PropertyType[] JavabeanType.getPropertyArray()
          Gets array of all "property" elements
 PropertyType JavabeanType.getPropertyArray(int i)
          Gets ith "property" element
 PropertyType JavabeanType.insertNewProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "property" element
static PropertyType PropertyType.Factory.newInstance()
           
static PropertyType PropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static PropertyType PropertyType.Factory.parse(File file)
           
static PropertyType PropertyType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static PropertyType PropertyType.Factory.parse(InputStream is)
           
static PropertyType PropertyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static PropertyType PropertyType.Factory.parse(Node node)
           
static PropertyType PropertyType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static PropertyType PropertyType.Factory.parse(Reader r)
           
static PropertyType PropertyType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static PropertyType PropertyType.Factory.parse(String xmlAsString)
           
static PropertyType PropertyType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static PropertyType PropertyType.Factory.parse(URL u)
           
static PropertyType PropertyType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static PropertyType PropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static PropertyType PropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static PropertyType PropertyType.Factory.parse(XMLStreamReader sr)
           
static PropertyType PropertyType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.deployment.javabean.xbeans with parameters of type PropertyType
 void JavabeanType.setPropertyArray(int i, PropertyType property)
          Sets ith "property" element
 void JavabeanType.setPropertyArray(PropertyType[] propertyArray)
          Sets array of all "property" element
 

Uses of PropertyType in org.apache.geronimo.deployment.javabean.xbeans.impl
 

Classes in org.apache.geronimo.deployment.javabean.xbeans.impl that implement PropertyType
 class PropertyTypeImpl
          An XML propertyType(@http://geronimo.apache.org/xml/ns/deployment/javabean-1.0).
 

Methods in org.apache.geronimo.deployment.javabean.xbeans.impl that return PropertyType
 PropertyType JavabeanTypeImpl.addNewProperty()
          Appends and returns a new empty value (as xml) as the last "property" element
 PropertyType[] JavabeanTypeImpl.getPropertyArray()
          Gets array of all "property" elements
 PropertyType JavabeanTypeImpl.getPropertyArray(int i)
          Gets ith "property" element
 PropertyType JavabeanTypeImpl.insertNewProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "property" element
 

Methods in org.apache.geronimo.deployment.javabean.xbeans.impl with parameters of type PropertyType
 void JavabeanTypeImpl.setPropertyArray(int i, PropertyType property)
          Sets ith "property" element
 void JavabeanTypeImpl.setPropertyArray(PropertyType[] propertyArray)
          Sets array of all "property" element
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.