|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigPropertyType | |
org.apache.geronimo.xbeans.j2ee | |
org.apache.geronimo.xbeans.j2ee.impl |
Uses of ConfigPropertyType in org.apache.geronimo.xbeans.j2ee |
Methods in org.apache.geronimo.xbeans.j2ee that return ConfigPropertyType | |
ConfigPropertyType[] |
AdminobjectType.getConfigPropertyArray()
Gets array of all "config-property" elements |
ConfigPropertyType |
AdminobjectType.getConfigPropertyArray(int i)
Gets ith "config-property" element |
ConfigPropertyType |
AdminobjectType.insertNewConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "config-property" element |
ConfigPropertyType |
AdminobjectType.addNewConfigProperty()
Appends and returns a new empty value (as xml) as the last "config-property" element |
ConfigPropertyType[] |
ConnectionDefinitionType.getConfigPropertyArray()
Gets array of all "config-property" elements |
ConfigPropertyType |
ConnectionDefinitionType.getConfigPropertyArray(int i)
Gets ith "config-property" element |
ConfigPropertyType |
ConnectionDefinitionType.insertNewConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "config-property" element |
ConfigPropertyType |
ConnectionDefinitionType.addNewConfigProperty()
Appends and returns a new empty value (as xml) as the last "config-property" element |
ConfigPropertyType[] |
ResourceadapterType.getConfigPropertyArray()
Gets array of all "config-property" elements |
ConfigPropertyType |
ResourceadapterType.getConfigPropertyArray(int i)
Gets ith "config-property" element |
ConfigPropertyType |
ResourceadapterType.insertNewConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "config-property" element |
ConfigPropertyType |
ResourceadapterType.addNewConfigProperty()
Appends and returns a new empty value (as xml) as the last "config-property" element |
static ConfigPropertyType |
ConfigPropertyType.Factory.newInstance()
|
static ConfigPropertyType |
ConfigPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ConfigPropertyType |
ConfigPropertyType.Factory.parse(String s)
|
static ConfigPropertyType |
ConfigPropertyType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigPropertyType |
ConfigPropertyType.Factory.parse(File f)
|
static ConfigPropertyType |
ConfigPropertyType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigPropertyType |
ConfigPropertyType.Factory.parse(URL u)
|
static ConfigPropertyType |
ConfigPropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigPropertyType |
ConfigPropertyType.Factory.parse(InputStream is)
|
static ConfigPropertyType |
ConfigPropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigPropertyType |
ConfigPropertyType.Factory.parse(Reader r)
|
static ConfigPropertyType |
ConfigPropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigPropertyType |
ConfigPropertyType.Factory.parse(Node node)
|
static ConfigPropertyType |
ConfigPropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigPropertyType |
ConfigPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static ConfigPropertyType |
ConfigPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.geronimo.xbeans.j2ee with parameters of type ConfigPropertyType | |
void |
AdminobjectType.setConfigPropertyArray(ConfigPropertyType[] configPropertyArray)
Sets array of all "config-property" element |
void |
AdminobjectType.setConfigPropertyArray(int i,
ConfigPropertyType configProperty)
Sets ith "config-property" element |
void |
ConnectionDefinitionType.setConfigPropertyArray(ConfigPropertyType[] configPropertyArray)
Sets array of all "config-property" element |
void |
ConnectionDefinitionType.setConfigPropertyArray(int i,
ConfigPropertyType configProperty)
Sets ith "config-property" element |
void |
ResourceadapterType.setConfigPropertyArray(ConfigPropertyType[] configPropertyArray)
Sets array of all "config-property" element |
void |
ResourceadapterType.setConfigPropertyArray(int i,
ConfigPropertyType configProperty)
Sets ith "config-property" element |
Uses of ConfigPropertyType in org.apache.geronimo.xbeans.j2ee.impl |
Classes in org.apache.geronimo.xbeans.j2ee.impl that implement ConfigPropertyType | |
class |
ConfigPropertyTypeImpl
An XML config-propertyType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.j2ee.impl that return ConfigPropertyType | |
ConfigPropertyType[] |
ConnectionDefinitionTypeImpl.getConfigPropertyArray()
Gets array of all "config-property" elements |
ConfigPropertyType |
ConnectionDefinitionTypeImpl.getConfigPropertyArray(int i)
Gets ith "config-property" element |
ConfigPropertyType |
ConnectionDefinitionTypeImpl.insertNewConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "config-property" element |
ConfigPropertyType |
ConnectionDefinitionTypeImpl.addNewConfigProperty()
Appends and returns a new empty value (as xml) as the last "config-property" element |
ConfigPropertyType[] |
AdminobjectTypeImpl.getConfigPropertyArray()
Gets array of all "config-property" elements |
ConfigPropertyType |
AdminobjectTypeImpl.getConfigPropertyArray(int i)
Gets ith "config-property" element |
ConfigPropertyType |
AdminobjectTypeImpl.insertNewConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "config-property" element |
ConfigPropertyType |
AdminobjectTypeImpl.addNewConfigProperty()
Appends and returns a new empty value (as xml) as the last "config-property" element |
ConfigPropertyType[] |
ResourceadapterTypeImpl.getConfigPropertyArray()
Gets array of all "config-property" elements |
ConfigPropertyType |
ResourceadapterTypeImpl.getConfigPropertyArray(int i)
Gets ith "config-property" element |
ConfigPropertyType |
ResourceadapterTypeImpl.insertNewConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "config-property" element |
ConfigPropertyType |
ResourceadapterTypeImpl.addNewConfigProperty()
Appends and returns a new empty value (as xml) as the last "config-property" element |
Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type ConfigPropertyType | |
void |
ConnectionDefinitionTypeImpl.setConfigPropertyArray(ConfigPropertyType[] configPropertyArray)
Sets array of all "config-property" element |
void |
ConnectionDefinitionTypeImpl.setConfigPropertyArray(int i,
ConfigPropertyType configProperty)
Sets ith "config-property" element |
void |
AdminobjectTypeImpl.setConfigPropertyArray(ConfigPropertyType[] configPropertyArray)
Sets array of all "config-property" element |
void |
AdminobjectTypeImpl.setConfigPropertyArray(int i,
ConfigPropertyType configProperty)
Sets ith "config-property" element |
void |
ResourceadapterTypeImpl.setConfigPropertyArray(ConfigPropertyType[] configPropertyArray)
Sets array of all "config-property" element |
void |
ResourceadapterTypeImpl.setConfigPropertyArray(int i,
ConfigPropertyType configProperty)
Sets ith "config-property" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |