|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EjbRelationType | |
org.apache.geronimo.xbeans.ejb | |
org.apache.geronimo.xbeans.ejb.impl |
Uses of EjbRelationType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return EjbRelationType | |
static EjbRelationType |
EjbRelationType.Factory.newInstance()
|
static EjbRelationType |
EjbRelationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static EjbRelationType |
EjbRelationType.Factory.parse(String s)
|
static EjbRelationType |
EjbRelationType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static EjbRelationType |
EjbRelationType.Factory.parse(File f)
|
static EjbRelationType |
EjbRelationType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static EjbRelationType |
EjbRelationType.Factory.parse(URL u)
|
static EjbRelationType |
EjbRelationType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static EjbRelationType |
EjbRelationType.Factory.parse(InputStream is)
|
static EjbRelationType |
EjbRelationType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static EjbRelationType |
EjbRelationType.Factory.parse(Reader r)
|
static EjbRelationType |
EjbRelationType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static EjbRelationType |
EjbRelationType.Factory.parse(Node node)
|
static EjbRelationType |
EjbRelationType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static EjbRelationType |
EjbRelationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static EjbRelationType |
EjbRelationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
EjbRelationType[] |
RelationshipsType.getEjbRelationArray()
Gets array of all "ejb-relation" elements |
EjbRelationType |
RelationshipsType.getEjbRelationArray(int i)
Gets ith "ejb-relation" element |
EjbRelationType |
RelationshipsType.insertNewEjbRelation(int i)
Inserts and returns a new empty value (as xml) as the ith "ejb-relation" element |
EjbRelationType |
RelationshipsType.addNewEjbRelation()
Appends and returns a new empty value (as xml) as the last "ejb-relation" element |
Methods in org.apache.geronimo.xbeans.ejb with parameters of type EjbRelationType | |
void |
RelationshipsType.setEjbRelationArray(EjbRelationType[] ejbRelationArray)
Sets array of all "ejb-relation" element |
void |
RelationshipsType.setEjbRelationArray(int i,
EjbRelationType ejbRelation)
Sets ith "ejb-relation" element |
Uses of EjbRelationType in org.apache.geronimo.xbeans.ejb.impl |
Classes in org.apache.geronimo.xbeans.ejb.impl that implement EjbRelationType | |
class |
EjbRelationTypeImpl
An XML ejb-relationType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.ejb.impl that return EjbRelationType | |
EjbRelationType[] |
RelationshipsTypeImpl.getEjbRelationArray()
Gets array of all "ejb-relation" elements |
EjbRelationType |
RelationshipsTypeImpl.getEjbRelationArray(int i)
Gets ith "ejb-relation" element |
EjbRelationType |
RelationshipsTypeImpl.insertNewEjbRelation(int i)
Inserts and returns a new empty value (as xml) as the ith "ejb-relation" element |
EjbRelationType |
RelationshipsTypeImpl.addNewEjbRelation()
Appends and returns a new empty value (as xml) as the last "ejb-relation" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type EjbRelationType | |
void |
RelationshipsTypeImpl.setEjbRelationArray(EjbRelationType[] ejbRelationArray)
Sets array of all "ejb-relation" element |
void |
RelationshipsTypeImpl.setEjbRelationArray(int i,
EjbRelationType ejbRelation)
Sets ith "ejb-relation" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |