Uses of Interface
org.openejb.xbeans.ejbjar.OpenejbEmptyType

Packages that use OpenejbEmptyType
org.openejb.xbeans.ejbjar   
org.openejb.xbeans.ejbjar.impl   
 

Uses of OpenejbEmptyType in org.openejb.xbeans.ejbjar
 

Methods in org.openejb.xbeans.ejbjar that return OpenejbEmptyType
static OpenejbEmptyType OpenejbEmptyType.Factory.newInstance()
           
static OpenejbEmptyType OpenejbEmptyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(String xmlAsString)
           
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(File file)
           
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(URL u)
           
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(InputStream is)
           
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(Reader r)
           
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(Node node)
           
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static OpenejbEmptyType OpenejbEmptyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
 OpenejbEmptyType OpenejbEntityBeanType.getStaticSql()
          Gets the "static-sql" element
 OpenejbEmptyType OpenejbEntityBeanType.addNewStaticSql()
          Appends and returns a new empty "static-sql" element
 OpenejbEmptyType OpenejbOpenejbJarType.getEnforceForeignKeyConstraints()
          Gets the "enforce-foreign-key-constraints" element
 OpenejbEmptyType OpenejbOpenejbJarType.addNewEnforceForeignKeyConstraints()
          Appends and returns a new empty "enforce-foreign-key-constraints" element
 

Methods in org.openejb.xbeans.ejbjar with parameters of type OpenejbEmptyType
 void OpenejbEntityBeanType.setStaticSql(OpenejbEmptyType staticSql)
          Sets the "static-sql" element
 void OpenejbOpenejbJarType.setEnforceForeignKeyConstraints(OpenejbEmptyType enforceForeignKeyConstraints)
          Sets the "enforce-foreign-key-constraints" element
 

Uses of OpenejbEmptyType in org.openejb.xbeans.ejbjar.impl
 

Classes in org.openejb.xbeans.ejbjar.impl that implement OpenejbEmptyType
 class OpenejbEmptyTypeImpl
          An XML emptyType(@http://www.openejb.org/xml/ns/openejb-jar-2.1).
 

Methods in org.openejb.xbeans.ejbjar.impl that return OpenejbEmptyType
 OpenejbEmptyType OpenejbOpenejbJarTypeImpl.getEnforceForeignKeyConstraints()
          Gets the "enforce-foreign-key-constraints" element
 OpenejbEmptyType OpenejbOpenejbJarTypeImpl.addNewEnforceForeignKeyConstraints()
          Appends and returns a new empty "enforce-foreign-key-constraints" element
 OpenejbEmptyType OpenejbEntityBeanTypeImpl.getStaticSql()
          Gets the "static-sql" element
 OpenejbEmptyType OpenejbEntityBeanTypeImpl.addNewStaticSql()
          Appends and returns a new empty "static-sql" element
 

Methods in org.openejb.xbeans.ejbjar.impl with parameters of type OpenejbEmptyType
 void OpenejbOpenejbJarTypeImpl.setEnforceForeignKeyConstraints(OpenejbEmptyType enforceForeignKeyConstraints)
          Sets the "enforce-foreign-key-constraints" element
 void OpenejbEntityBeanTypeImpl.setStaticSql(OpenejbEmptyType staticSql)
          Sets the "static-sql" element
 



Copyright © 1999-2006 OpenEJB. All Rights Reserved.