Uses of Interface
org.apache.geronimo.xbeans.geronimo.j2ee.GerModuleType

Packages that use GerModuleType
org.apache.geronimo.xbeans.geronimo.j2ee   
org.apache.geronimo.xbeans.geronimo.j2ee.impl   
 

Uses of GerModuleType in org.apache.geronimo.xbeans.geronimo.j2ee
 

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

Methods in org.apache.geronimo.xbeans.geronimo.j2ee with parameters of type GerModuleType
 void GerApplicationType.setModuleArray(GerModuleType[] moduleArray)
          Sets array of all "module" element
 void GerApplicationType.setModuleArray(int i, GerModuleType module)
          Sets ith "module" element
 

Uses of GerModuleType in org.apache.geronimo.xbeans.geronimo.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.j2ee.impl that implement GerModuleType
 class GerModuleTypeImpl
          An XML moduleType(@http://geronimo.apache.org/xml/ns/j2ee/application-2.0).
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee.impl that return GerModuleType
 GerModuleType GerApplicationTypeImpl.addNewModule()
          Appends and returns a new empty value (as xml) as the last "module" element
 GerModuleType[] GerApplicationTypeImpl.getModuleArray()
          Gets array of all "module" elements
 GerModuleType GerApplicationTypeImpl.getModuleArray(int i)
          Gets ith "module" element
 GerModuleType GerApplicationTypeImpl.insertNewModule(int i)
          Inserts and returns a new empty value (as xml) as the ith "module" element
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee.impl with parameters of type GerModuleType
 void GerApplicationTypeImpl.setModuleArray(GerModuleType[] moduleArray)
          Sets array of all "module" element
 void GerApplicationTypeImpl.setModuleArray(int i, GerModuleType module)
          Sets ith "module" element
 



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