org.apache.openejb.jee
Class ConfigProperty
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected List<Text> description
configPropertyName
protected String configPropertyName
configPropertyType
protected String configPropertyType
configPropertyValue
protected String configPropertyValue
id
protected String id
ConfigProperty
public ConfigProperty()
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.