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

java.lang.Object
  extended by org.apache.geronimo.deployment.plugin.XmlBeanSupport
      extended by org.apache.geronimo.deployment.plugin.DConfigBeanSupport
          extended by org.apache.geronimo.connector.deployment.dconfigbean.ConfigPropertySettingDConfigBean
All Implemented Interfaces:
DConfigBean

public class ConfigPropertySettingDConfigBean
extends DConfigBeanSupport


Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Constructor Summary
ConfigPropertySettingDConfigBean(DDBean ddBean, 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(DDBean ddBean,
                                        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()
Overrides:
getSchemaTypeLoader in class XmlBeanSupport


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.