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

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

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

Methods in org.apache.geronimo.xbeans.ejb that return CmrFieldType
 CmrFieldType EjbRelationshipRoleType.getCmrField()
          Gets the "cmr-field" element
 CmrFieldType EjbRelationshipRoleType.addNewCmrField()
          Appends and returns a new empty "cmr-field" element
static CmrFieldType CmrFieldType.Factory.newInstance()
           
static CmrFieldType CmrFieldType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static CmrFieldType CmrFieldType.Factory.parse(String s)
           
static CmrFieldType CmrFieldType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static CmrFieldType CmrFieldType.Factory.parse(File f)
           
static CmrFieldType CmrFieldType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static CmrFieldType CmrFieldType.Factory.parse(URL u)
           
static CmrFieldType CmrFieldType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static CmrFieldType CmrFieldType.Factory.parse(InputStream is)
           
static CmrFieldType CmrFieldType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static CmrFieldType CmrFieldType.Factory.parse(Reader r)
           
static CmrFieldType CmrFieldType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static CmrFieldType CmrFieldType.Factory.parse(Node node)
           
static CmrFieldType CmrFieldType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static CmrFieldType CmrFieldType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static CmrFieldType CmrFieldType.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 CmrFieldType
 void EjbRelationshipRoleType.setCmrField(CmrFieldType cmrField)
          Sets the "cmr-field" element
 

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

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

Methods in org.apache.geronimo.xbeans.ejb.impl that return CmrFieldType
 CmrFieldType EjbRelationshipRoleTypeImpl.getCmrField()
          Gets the "cmr-field" element
 CmrFieldType EjbRelationshipRoleTypeImpl.addNewCmrField()
          Appends and returns a new empty "cmr-field" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type CmrFieldType
 void EjbRelationshipRoleTypeImpl.setCmrField(CmrFieldType cmrField)
          Sets the "cmr-field" element
 



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