|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryType | |
org.apache.geronimo.xbeans.ejb | |
org.apache.geronimo.xbeans.ejb.impl |
Uses of QueryType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return QueryType | |
QueryType[] |
EntityBeanType.getQueryArray()
Gets array of all "query" elements |
QueryType |
EntityBeanType.getQueryArray(int i)
Gets ith "query" element |
QueryType |
EntityBeanType.insertNewQuery(int i)
Inserts and returns a new empty value (as xml) as the ith "query" element |
QueryType |
EntityBeanType.addNewQuery()
Appends and returns a new empty value (as xml) as the last "query" element |
static QueryType |
QueryType.Factory.newInstance()
|
static QueryType |
QueryType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static QueryType |
QueryType.Factory.parse(String s)
|
static QueryType |
QueryType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static QueryType |
QueryType.Factory.parse(File f)
|
static QueryType |
QueryType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static QueryType |
QueryType.Factory.parse(URL u)
|
static QueryType |
QueryType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static QueryType |
QueryType.Factory.parse(InputStream is)
|
static QueryType |
QueryType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static QueryType |
QueryType.Factory.parse(Reader r)
|
static QueryType |
QueryType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static QueryType |
QueryType.Factory.parse(Node node)
|
static QueryType |
QueryType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static QueryType |
QueryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static QueryType |
QueryType.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 QueryType | |
void |
EntityBeanType.setQueryArray(QueryType[] queryArray)
Sets array of all "query" element |
void |
EntityBeanType.setQueryArray(int i,
QueryType query)
Sets ith "query" element |
Uses of QueryType in org.apache.geronimo.xbeans.ejb.impl |
Classes in org.apache.geronimo.xbeans.ejb.impl that implement QueryType | |
class |
QueryTypeImpl
An XML queryType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.ejb.impl that return QueryType | |
QueryType[] |
EntityBeanTypeImpl.getQueryArray()
Gets array of all "query" elements |
QueryType |
EntityBeanTypeImpl.getQueryArray(int i)
Gets ith "query" element |
QueryType |
EntityBeanTypeImpl.insertNewQuery(int i)
Inserts and returns a new empty value (as xml) as the ith "query" element |
QueryType |
EntityBeanTypeImpl.addNewQuery()
Appends and returns a new empty value (as xml) as the last "query" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type QueryType | |
void |
EntityBeanTypeImpl.setQueryArray(QueryType[] queryArray)
Sets array of all "query" element |
void |
EntityBeanTypeImpl.setQueryArray(int i,
QueryType query)
Sets ith "query" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |