|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodNameType | |
org.apache.geronimo.xbeans.ejb | |
org.apache.geronimo.xbeans.ejb.impl | |
org.apache.geronimo.xbeans.j2ee | |
org.apache.geronimo.xbeans.j2ee.impl |
Uses of MethodNameType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return MethodNameType | |
MethodNameType |
MethodType.xgetMethodName()
Gets (as xml) the "method-name" element |
MethodNameType |
QueryMethodType.xgetMethodName()
Gets (as xml) the "method-name" element |
Methods in org.apache.geronimo.xbeans.ejb with parameters of type MethodNameType | |
void |
MethodType.xsetMethodName(MethodNameType methodName)
Sets (as xml) the "method-name" element |
void |
QueryMethodType.xsetMethodName(MethodNameType methodName)
Sets (as xml) the "method-name" element |
Uses of MethodNameType in org.apache.geronimo.xbeans.ejb.impl |
Methods in org.apache.geronimo.xbeans.ejb.impl that return MethodNameType | |
MethodNameType |
QueryMethodTypeImpl.xgetMethodName()
Gets (as xml) the "method-name" element |
MethodNameType |
MethodTypeImpl.xgetMethodName()
Gets (as xml) the "method-name" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type MethodNameType | |
void |
QueryMethodTypeImpl.xsetMethodName(MethodNameType methodName)
Sets (as xml) the "method-name" element |
void |
MethodTypeImpl.xsetMethodName(MethodNameType methodName)
Sets (as xml) the "method-name" element |
Uses of MethodNameType in org.apache.geronimo.xbeans.j2ee |
Methods in org.apache.geronimo.xbeans.j2ee that return MethodNameType | |
static MethodNameType |
MethodNameType.Factory.newValue(Object obj)
|
static MethodNameType |
MethodNameType.Factory.newInstance()
|
static MethodNameType |
MethodNameType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static MethodNameType |
MethodNameType.Factory.parse(String s)
|
static MethodNameType |
MethodNameType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static MethodNameType |
MethodNameType.Factory.parse(File f)
|
static MethodNameType |
MethodNameType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static MethodNameType |
MethodNameType.Factory.parse(URL u)
|
static MethodNameType |
MethodNameType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static MethodNameType |
MethodNameType.Factory.parse(InputStream is)
|
static MethodNameType |
MethodNameType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static MethodNameType |
MethodNameType.Factory.parse(Reader r)
|
static MethodNameType |
MethodNameType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static MethodNameType |
MethodNameType.Factory.parse(Node node)
|
static MethodNameType |
MethodNameType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static MethodNameType |
MethodNameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static MethodNameType |
MethodNameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
Uses of MethodNameType in org.apache.geronimo.xbeans.j2ee.impl |
Classes in org.apache.geronimo.xbeans.j2ee.impl that implement MethodNameType | |
class |
MethodNameTypeImpl
An XML method-nameType(@http://java.sun.com/xml/ns/j2ee). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |