| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_lib.deployment.xml.EnvEntry
EnvEntry | public class EnvEntry extends AbsElement (Code) | | This class defines the implementation of the element env-entry.
author: Florent Benoit |
getDescription | public String getDescription()(Code) | | the description of the env-entry |
getEnvEntryName | public String getEnvEntryName()(Code) | | the name of the env-entry |
getEnvEntryType | public String getEnvEntryType()(Code) | | the type of the env-entry |
getEnvEntryValue | public String getEnvEntryValue()(Code) | | the value of the env-entry |
setDescription | public void setDescription(String description)(Code) | | Sets the description
Parameters: description - the description to use |
setEnvEntryName | public void setEnvEntryName(String envEntryName)(Code) | | Sets the name
Parameters: envEntryName - the name to use |
setEnvEntryType | public void setEnvEntryType(String envEntryType)(Code) | | Sets the type
Parameters: envEntryType - the type to use |
setEnvEntryValue | public void setEnvEntryValue(String envEntryValue)(Code) | | Sets the value
Parameters: envEntryValue - the value to use |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|