|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_rar.deployment.api.ConfigPropertyDesc
This class defines the implementation of the element config-property
| Constructor Summary | |
ConfigPropertyDesc()
Constructor |
|
ConfigPropertyDesc(ConfigProperty cp)
|
|
ConfigPropertyDesc(ConfigPropertyDesc cpd)
|
|
| Method Summary | |
java.lang.String |
getConfigPropertyName()
Gets the config-property-name |
java.lang.String |
getConfigPropertyType()
Gets the config-property-type |
java.lang.String |
getConfigPropertyValue()
Gets the config-property-value |
java.util.List |
getDescriptionList()
Gets the description |
void |
setConfigPropertyName(java.lang.String configPropertyName)
Set the config-property-name |
void |
setConfigPropertyType(java.lang.String configPropertyType)
Set the config-property-type |
void |
setConfigPropertyValue(java.lang.String configPropertyValue)
Set the config-property-value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConfigPropertyDesc()
public ConfigPropertyDesc(ConfigProperty cp)
public ConfigPropertyDesc(ConfigPropertyDesc cpd)
| Method Detail |
public java.util.List getDescriptionList()
public java.lang.String getConfigPropertyName()
public void setConfigPropertyName(java.lang.String configPropertyName)
configPropertyName - configPropertyNamepublic java.lang.String getConfigPropertyType()
public void setConfigPropertyType(java.lang.String configPropertyType)
configPropertyType - configPropertyTypepublic java.lang.String getConfigPropertyValue()
public void setConfigPropertyValue(java.lang.String configPropertyValue)
configPropertyValue - configPropertyValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||