|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigPropertyTypeType | |
org.apache.geronimo.xbeans.j2ee | |
org.apache.geronimo.xbeans.j2ee.impl |
Uses of ConfigPropertyTypeType in org.apache.geronimo.xbeans.j2ee |
Methods in org.apache.geronimo.xbeans.j2ee that return ConfigPropertyTypeType | |
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.newValue(Object obj)
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.newInstance()
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.parse(String s)
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.parse(File f)
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.parse(URL u)
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.parse(InputStream is)
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.parse(Reader r)
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.parse(Node node)
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static ConfigPropertyTypeType |
ConfigPropertyTypeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
ConfigPropertyTypeType |
ConfigPropertyType.xgetConfigPropertyType()
Gets (as xml) the "config-property-type" element |
Methods in org.apache.geronimo.xbeans.j2ee with parameters of type ConfigPropertyTypeType | |
void |
ConfigPropertyType.xsetConfigPropertyType(ConfigPropertyTypeType configPropertyType)
Sets (as xml) the "config-property-type" element |
Uses of ConfigPropertyTypeType in org.apache.geronimo.xbeans.j2ee.impl |
Classes in org.apache.geronimo.xbeans.j2ee.impl that implement ConfigPropertyTypeType | |
class |
ConfigPropertyTypeTypeImpl
An XML config-property-typeType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.j2ee.impl that return ConfigPropertyTypeType | |
ConfigPropertyTypeType |
ConfigPropertyTypeImpl.xgetConfigPropertyType()
Gets (as xml) the "config-property-type" element |
Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type ConfigPropertyTypeType | |
void |
ConfigPropertyTypeImpl.xsetConfigPropertyType(ConfigPropertyTypeType configPropertyType)
Sets (as xml) the "config-property-type" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |