Uses of Interface
org.apache.geronimo.deployment.xbeans.DependencyType

Packages that use DependencyType
org.apache.geronimo.deployment.xbeans   
org.apache.geronimo.deployment.xbeans.impl   
 

Uses of DependencyType in org.apache.geronimo.deployment.xbeans
 

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

Methods in org.apache.geronimo.deployment.xbeans with parameters of type DependencyType
 void DependenciesType.setDependencyArray(DependencyType[] dependencyArray)
          Sets array of all "dependency" element
 void DependenciesType.setDependencyArray(int i, DependencyType dependency)
          Sets ith "dependency" element
 

Uses of DependencyType in org.apache.geronimo.deployment.xbeans.impl
 

Classes in org.apache.geronimo.deployment.xbeans.impl that implement DependencyType
 class DependencyTypeImpl
          An XML dependencyType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
 

Methods in org.apache.geronimo.deployment.xbeans.impl that return DependencyType
 DependencyType DependenciesTypeImpl.addNewDependency()
          Appends and returns a new empty value (as xml) as the last "dependency" element
 DependencyType[] DependenciesTypeImpl.getDependencyArray()
          Gets array of all "dependency" elements
 DependencyType DependenciesTypeImpl.getDependencyArray(int i)
          Gets ith "dependency" element
 DependencyType DependenciesTypeImpl.insertNewDependency(int i)
          Inserts and returns a new empty value (as xml) as the ith "dependency" element
 

Methods in org.apache.geronimo.deployment.xbeans.impl with parameters of type DependencyType
 void DependenciesTypeImpl.setDependencyArray(DependencyType[] dependencyArray)
          Sets array of all "dependency" element
 void DependenciesTypeImpl.setDependencyArray(int i, DependencyType dependency)
          Sets ith "dependency" element
 



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