org.apache.geronimo.connector.deployment.dconfigbean
Class ConfigPropertySettingDConfigBean

java.lang.Object
  extended byorg.apache.geronimo.deployment.plugin.XmlBeanSupport
      extended byorg.apache.geronimo.deployment.plugin.DConfigBeanSupport
          extended byorg.apache.geronimo.connector.deployment.dconfigbean.ConfigPropertySettingDConfigBean
All Implemented Interfaces:
javax.enterprise.deploy.spi.DConfigBean

public class ConfigPropertySettingDConfigBean
extends org.apache.geronimo.deployment.plugin.DConfigBeanSupport

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $

Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Constructor Summary
ConfigPropertySettingDConfigBean(javax.enterprise.deploy.model.DDBean ddBean, org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType configPropertySetting)
           
 
Method Summary
 String getConfigPropertyName()
           
 String getConfigPropertyType()
           
 String getConfigPropertyValue()
           
protected  org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
           
 void setConfigPropertyValue(String configPropertyValue)
           
 
Methods inherited from class org.apache.geronimo.deployment.plugin.DConfigBeanSupport
getDConfigBean, getDDBean, getXpaths, getXPathsForJ2ee_1_4, getXPathsFromNamespace, getXPathsWithPrefix, notifyDDChange, removeDConfigBean, setParent
 
Methods inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
addPropertyChangeListener, configured, fromXML, getXmlObject, isEmpty, removePropertyChangeListener, setXmlObject, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.enterprise.deploy.spi.DConfigBean
addPropertyChangeListener, removePropertyChangeListener
 

Constructor Detail

ConfigPropertySettingDConfigBean

public ConfigPropertySettingDConfigBean(javax.enterprise.deploy.model.DDBean ddBean,
                                        org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType configPropertySetting)
Method Detail

getConfigPropertyName

public String getConfigPropertyName()

getConfigPropertyType

public String getConfigPropertyType()

getConfigPropertyValue

public String getConfigPropertyValue()

setConfigPropertyValue

public void setConfigPropertyValue(String configPropertyValue)

getSchemaTypeLoader

protected org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()


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