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

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

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

Methods in org.apache.geronimo.xbeans.j2ee that return EnvEntryTypeValuesType
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.newValue(Object obj)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.newInstance()
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.parse(String s)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.parse(File f)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.parse(URL u)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.parse(InputStream is)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.parse(Reader r)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.parse(Node node)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 EnvEntryTypeValuesType EnvEntryType.xgetEnvEntryType()
          Gets (as xml) the "env-entry-type" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type EnvEntryTypeValuesType
 void EnvEntryType.xsetEnvEntryType(EnvEntryTypeValuesType envEntryType)
          Sets (as xml) the "env-entry-type" element
 

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement EnvEntryTypeValuesType
 class EnvEntryTypeValuesTypeImpl
          An XML env-entry-type-valuesType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return EnvEntryTypeValuesType
 EnvEntryTypeValuesType EnvEntryTypeImpl.xgetEnvEntryType()
          Gets (as xml) the "env-entry-type" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type EnvEntryTypeValuesType
 void EnvEntryTypeImpl.xsetEnvEntryType(EnvEntryTypeValuesType envEntryType)
          Sets (as xml) the "env-entry-type" element
 



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