|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodType | |
org.apache.geronimo.xbeans.ejb | |
org.apache.geronimo.xbeans.ejb.impl |
Uses of MethodType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return MethodType | |
MethodType[] |
MethodPermissionType.getMethodArray()
Gets array of all "method" elements |
MethodType |
MethodPermissionType.getMethodArray(int i)
Gets ith "method" element |
MethodType |
MethodPermissionType.insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element |
MethodType |
MethodPermissionType.addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element |
MethodType[] |
ContainerTransactionType.getMethodArray()
Gets array of all "method" elements |
MethodType |
ContainerTransactionType.getMethodArray(int i)
Gets ith "method" element |
MethodType |
ContainerTransactionType.insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element |
MethodType |
ContainerTransactionType.addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element |
static MethodType |
MethodType.Factory.newInstance()
|
static MethodType |
MethodType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static MethodType |
MethodType.Factory.parse(String s)
|
static MethodType |
MethodType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static MethodType |
MethodType.Factory.parse(File f)
|
static MethodType |
MethodType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static MethodType |
MethodType.Factory.parse(URL u)
|
static MethodType |
MethodType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static MethodType |
MethodType.Factory.parse(InputStream is)
|
static MethodType |
MethodType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static MethodType |
MethodType.Factory.parse(Reader r)
|
static MethodType |
MethodType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static MethodType |
MethodType.Factory.parse(Node node)
|
static MethodType |
MethodType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static MethodType |
MethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static MethodType |
MethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
MethodType[] |
ExcludeListType.getMethodArray()
Gets array of all "method" elements |
MethodType |
ExcludeListType.getMethodArray(int i)
Gets ith "method" element |
MethodType |
ExcludeListType.insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element |
MethodType |
ExcludeListType.addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element |
Methods in org.apache.geronimo.xbeans.ejb with parameters of type MethodType | |
void |
MethodPermissionType.setMethodArray(MethodType[] methodArray)
Sets array of all "method" element |
void |
MethodPermissionType.setMethodArray(int i,
MethodType method)
Sets ith "method" element |
void |
ContainerTransactionType.setMethodArray(MethodType[] methodArray)
Sets array of all "method" element |
void |
ContainerTransactionType.setMethodArray(int i,
MethodType method)
Sets ith "method" element |
void |
ExcludeListType.setMethodArray(MethodType[] methodArray)
Sets array of all "method" element |
void |
ExcludeListType.setMethodArray(int i,
MethodType method)
Sets ith "method" element |
Uses of MethodType in org.apache.geronimo.xbeans.ejb.impl |
Classes in org.apache.geronimo.xbeans.ejb.impl that implement MethodType | |
class |
MethodTypeImpl
An XML methodType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.ejb.impl that return MethodType | |
MethodType[] |
ContainerTransactionTypeImpl.getMethodArray()
Gets array of all "method" elements |
MethodType |
ContainerTransactionTypeImpl.getMethodArray(int i)
Gets ith "method" element |
MethodType |
ContainerTransactionTypeImpl.insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element |
MethodType |
ContainerTransactionTypeImpl.addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element |
MethodType[] |
ExcludeListTypeImpl.getMethodArray()
Gets array of all "method" elements |
MethodType |
ExcludeListTypeImpl.getMethodArray(int i)
Gets ith "method" element |
MethodType |
ExcludeListTypeImpl.insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element |
MethodType |
ExcludeListTypeImpl.addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element |
MethodType[] |
MethodPermissionTypeImpl.getMethodArray()
Gets array of all "method" elements |
MethodType |
MethodPermissionTypeImpl.getMethodArray(int i)
Gets ith "method" element |
MethodType |
MethodPermissionTypeImpl.insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element |
MethodType |
MethodPermissionTypeImpl.addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type MethodType | |
void |
ContainerTransactionTypeImpl.setMethodArray(MethodType[] methodArray)
Sets array of all "method" element |
void |
ContainerTransactionTypeImpl.setMethodArray(int i,
MethodType method)
Sets ith "method" element |
void |
ExcludeListTypeImpl.setMethodArray(MethodType[] methodArray)
Sets array of all "method" element |
void |
ExcludeListTypeImpl.setMethodArray(int i,
MethodType method)
Sets ith "method" element |
void |
MethodPermissionTypeImpl.setMethodArray(MethodType[] methodArray)
Sets array of all "method" element |
void |
MethodPermissionTypeImpl.setMethodArray(int i,
MethodType method)
Sets ith "method" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |