| |
|
| java.lang.Object org.ow2.easybeans.deployment.xml.struct.common.EnvEntry
EnvEntry | public class EnvEntry (Code) | | This class defines the implementation of the <env-entry> element.
author: Florent Benoit |
Field Summary | |
final public static String | NAME Name of this element. |
NAME | final public static String NAME(Code) | | Name of this element.
|
getDescription | public String getDescription()(Code) | | the description of the <env-entry> element. |
getEnvEntryName | public String getEnvEntryName()(Code) | | the name of the <env-entry> element. |
getEnvEntryType | public String getEnvEntryType()(Code) | | the type of the <env-entry> element. |
getEnvEntryValue | public String getEnvEntryValue()(Code) | | the value of the <env-entry> element. |
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 |
|
|
|