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

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

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

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

Methods in org.apache.geronimo.deployment.javabean.xbeans with parameters of type BeanPropertyType
 void JavabeanType.setBeanPropertyArray(BeanPropertyType[] beanPropertyArray)
          Sets array of all "bean-property" element
 void JavabeanType.setBeanPropertyArray(int i, BeanPropertyType beanProperty)
          Sets ith "bean-property" element
 

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

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

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

Methods in org.apache.geronimo.deployment.javabean.xbeans.impl with parameters of type BeanPropertyType
 void JavabeanTypeImpl.setBeanPropertyArray(BeanPropertyType[] beanPropertyArray)
          Sets array of all "bean-property" element
 void JavabeanTypeImpl.setBeanPropertyArray(int i, BeanPropertyType beanProperty)
          Sets ith "bean-property" element
 



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