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

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

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

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

Methods in org.apache.geronimo.xbeans.ejb with parameters of type CmpFieldType
 void EntityBeanType.setCmpFieldArray(CmpFieldType[] cmpFieldArray)
          Sets array of all "cmp-field" element
 void EntityBeanType.setCmpFieldArray(int i, CmpFieldType cmpField)
          Sets ith "cmp-field" element
 

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

Classes in org.apache.geronimo.xbeans.ejb.impl that implement CmpFieldType
 class CmpFieldTypeImpl
          An XML cmp-fieldType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return CmpFieldType
 CmpFieldType[] EntityBeanTypeImpl.getCmpFieldArray()
          Gets array of all "cmp-field" elements
 CmpFieldType EntityBeanTypeImpl.getCmpFieldArray(int i)
          Gets ith "cmp-field" element
 CmpFieldType EntityBeanTypeImpl.insertNewCmpField(int i)
          Inserts and returns a new empty value (as xml) as the ith "cmp-field" element
 CmpFieldType EntityBeanTypeImpl.addNewCmpField()
          Appends and returns a new empty value (as xml) as the last "cmp-field" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type CmpFieldType
 void EntityBeanTypeImpl.setCmpFieldArray(CmpFieldType[] cmpFieldArray)
          Sets array of all "cmp-field" element
 void EntityBeanTypeImpl.setCmpFieldArray(int i, CmpFieldType cmpField)
          Sets ith "cmp-field" element
 



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