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

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

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

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

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

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement ModuleType
 class ModuleTypeImpl
          An XML moduleType(@http://java.sun.com/xml/ns/j2ee).
 

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

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



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.