Uses of Interface
org.apache.geronimo.xbeans.j2ee.ConfigPropertyNameType

Packages that use ConfigPropertyNameType
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

Uses of ConfigPropertyNameType in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return ConfigPropertyNameType
 ConfigPropertyNameType ConfigPropertyType.xgetConfigPropertyName()
          Gets (as xml) the "config-property-name" element
 ConfigPropertyNameType RequiredConfigPropertyType.xgetConfigPropertyName()
          Gets (as xml) the "config-property-name" element
static ConfigPropertyNameType ConfigPropertyNameType.Factory.newValue(Object obj)
           
static ConfigPropertyNameType ConfigPropertyNameType.Factory.newInstance()
           
static ConfigPropertyNameType ConfigPropertyNameType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ConfigPropertyNameType ConfigPropertyNameType.Factory.parse(String s)
           
static ConfigPropertyNameType ConfigPropertyNameType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static ConfigPropertyNameType ConfigPropertyNameType.Factory.parse(File f)
           
static ConfigPropertyNameType ConfigPropertyNameType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static ConfigPropertyNameType ConfigPropertyNameType.Factory.parse(URL u)
           
static ConfigPropertyNameType ConfigPropertyNameType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ConfigPropertyNameType ConfigPropertyNameType.Factory.parse(InputStream is)
           
static ConfigPropertyNameType ConfigPropertyNameType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ConfigPropertyNameType ConfigPropertyNameType.Factory.parse(Reader r)
           
static ConfigPropertyNameType ConfigPropertyNameType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ConfigPropertyNameType ConfigPropertyNameType.Factory.parse(Node node)
           
static ConfigPropertyNameType ConfigPropertyNameType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ConfigPropertyNameType ConfigPropertyNameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static ConfigPropertyNameType ConfigPropertyNameType.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 ConfigPropertyNameType
 void ConfigPropertyType.xsetConfigPropertyName(ConfigPropertyNameType configPropertyName)
          Sets (as xml) the "config-property-name" element
 void RequiredConfigPropertyType.xsetConfigPropertyName(ConfigPropertyNameType configPropertyName)
          Sets (as xml) the "config-property-name" element
 

Uses of ConfigPropertyNameType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement ConfigPropertyNameType
 class ConfigPropertyNameTypeImpl
          An XML config-property-nameType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return ConfigPropertyNameType
 ConfigPropertyNameType RequiredConfigPropertyTypeImpl.xgetConfigPropertyName()
          Gets (as xml) the "config-property-name" element
 ConfigPropertyNameType ConfigPropertyTypeImpl.xgetConfigPropertyName()
          Gets (as xml) the "config-property-name" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type ConfigPropertyNameType
 void RequiredConfigPropertyTypeImpl.xsetConfigPropertyName(ConfigPropertyNameType configPropertyName)
          Sets (as xml) the "config-property-name" element
 void ConfigPropertyTypeImpl.xsetConfigPropertyName(ConfigPropertyNameType configPropertyName)
          Sets (as xml) the "config-property-name" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.