| |
|
| java.lang.Object org.objectweb.jonas_rar.deployment.api.ConfigPropertyDesc
ConfigPropertyDesc | public class ConfigPropertyDesc implements Serializable(Code) | | This class defines the implementation of the element config-property
author: Eric Hardesty |
ConfigPropertyDesc | public ConfigPropertyDesc()(Code) | | Constructor
|
getConfigPropertyName | public String getConfigPropertyName()(Code) | | Gets the config-property-name
the config-property-name |
getConfigPropertyType | public String getConfigPropertyType()(Code) | | Gets the config-property-type
the config-property-type |
getConfigPropertyValue | public String getConfigPropertyValue()(Code) | | Gets the config-property-value
the config-property-value |
getDescriptionList | public List getDescriptionList()(Code) | | Gets the description
the description |
setConfigPropertyName | public void setConfigPropertyName(String configPropertyName)(Code) | | Set the config-property-name
Parameters: configPropertyName - configPropertyName |
setConfigPropertyType | public void setConfigPropertyType(String configPropertyType)(Code) | | Set the config-property-type
Parameters: configPropertyType - configPropertyType |
setConfigPropertyValue | public void setConfigPropertyValue(String configPropertyValue)(Code) | | Set the config-property-value
Parameters: configPropertyValue - configPropertyValue |
|
|
|