Uses of Interface
org.apache.geronimo.xbeans.ejb.EntityBeanType

Packages that use EntityBeanType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
 

Uses of EntityBeanType in org.apache.geronimo.xbeans.ejb
 

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

Methods in org.apache.geronimo.xbeans.ejb with parameters of type EntityBeanType
 void EnterpriseBeansType.setEntityArray(EntityBeanType[] entityArray)
          Sets array of all "entity" element
 void EnterpriseBeansType.setEntityArray(int i, EntityBeanType entity)
          Sets ith "entity" element
 

Uses of EntityBeanType in org.apache.geronimo.xbeans.ejb.impl
 

Classes in org.apache.geronimo.xbeans.ejb.impl that implement EntityBeanType
 class EntityBeanTypeImpl
          An XML entity-beanType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return EntityBeanType
 EntityBeanType[] EnterpriseBeansTypeImpl.getEntityArray()
          Gets array of all "entity" elements
 EntityBeanType EnterpriseBeansTypeImpl.getEntityArray(int i)
          Gets ith "entity" element
 EntityBeanType EnterpriseBeansTypeImpl.insertNewEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "entity" element
 EntityBeanType EnterpriseBeansTypeImpl.addNewEntity()
          Appends and returns a new empty value (as xml) as the last "entity" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type EntityBeanType
 void EnterpriseBeansTypeImpl.setEntityArray(EntityBeanType[] entityArray)
          Sets array of all "entity" element
 void EnterpriseBeansTypeImpl.setEntityArray(int i, EntityBeanType entity)
          Sets ith "entity" element
 



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