|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.deployment.rar.ConfigPropertyDesc
public class ConfigPropertyDesc
This class defines the implementation of the element config-property
| Constructor Summary | |
|---|---|
ConfigPropertyDesc()
Constructor |
|
ConfigPropertyDesc(ConfigProperty cp)
|
|
ConfigPropertyDesc(ConfigPropertyDesc cpd)
|
|
| Method Summary | |
|---|---|
String |
getConfigPropertyName()
Gets the config-property-name |
String |
getConfigPropertyType()
Gets the config-property-type |
String |
getConfigPropertyValue()
Gets the config-property-value |
List |
getDescriptionList()
Gets the description |
void |
setConfigPropertyName(String configPropertyName)
Set the config-property-name |
void |
setConfigPropertyType(String configPropertyType)
Set the config-property-type |
void |
setConfigPropertyValue(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 List getDescriptionList()
public String getConfigPropertyName()
public void setConfigPropertyName(String configPropertyName)
configPropertyName - configPropertyNamepublic String getConfigPropertyType()
public void setConfigPropertyType(String configPropertyType)
configPropertyType - configPropertyTypepublic String getConfigPropertyValue()
public void setConfigPropertyValue(String configPropertyValue)
configPropertyValue - configPropertyValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||