org.apache.openejb.jee
Class ConfigProperty

java.lang.Object
  extended by org.apache.openejb.jee.ConfigProperty

public class ConfigProperty
extends Object

The config-propertyType contains a declaration of a single configuration property that may be used for providing configuration information.

The declaration consists of an optional description, name, type and an optional value of the configuration property. If the resource adapter provider does not specify a value than the deployer is responsible for providing a valid value for a configuration property.

Any bounds or well-defined values of properties should be described in the description element.


Field Summary
protected  String configPropertyName
           
protected  String configPropertyType
           
protected  String configPropertyValue
           
protected  List<Text> description
           
protected  String id
           
 
Constructor Summary
ConfigProperty()
           
 
Method Summary
 String getConfigPropertyName()
           
 String getConfigPropertyType()
           
 String getConfigPropertyValue()
           
 List<Text> getDescription()
           
 String getId()
           
 void setConfigPropertyName(String value)
           
 void setConfigPropertyType(String value)
           
 void setConfigPropertyValue(String value)
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<Text> description

configPropertyName

protected String configPropertyName

configPropertyType

protected String configPropertyType

configPropertyValue

protected String configPropertyValue

id

protected String id
Constructor Detail

ConfigProperty

public ConfigProperty()
Method Detail

getDescription

public List<Text> getDescription()

getConfigPropertyName

public String getConfigPropertyName()

setConfigPropertyName

public void setConfigPropertyName(String value)

getConfigPropertyType

public String getConfigPropertyType()

setConfigPropertyType

public void setConfigPropertyType(String value)

getConfigPropertyValue

public String getConfigPropertyValue()

setConfigPropertyValue

public void setConfigPropertyValue(String value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.