|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEnvEntry
Interface used for env-entry element.
| Field Summary | |
|---|---|
static String |
NAME
Name of this element. |
| Method Summary | |
|---|---|
String |
getDescription()
|
String |
getEnvEntryName()
|
String |
getEnvEntryType()
|
String |
getEnvEntryValue()
|
void |
setDescription(String description)
Sets the description. |
void |
setEnvEntryName(String envEntryName)
Sets the name. |
void |
setEnvEntryType(String envEntryType)
Sets the type. |
void |
setEnvEntryValue(String envEntryValue)
Sets the value. |
| Methods inherited from interface org.ow2.util.ee.metadata.common.api.xml.struct.IResourceGroup |
|---|
addInjectionTarget, getInjectionTargetList, getLookupName, getMappedName, setLookupName, setMappedName |
| Field Detail |
|---|
static final String NAME
| Method Detail |
|---|
void setDescription(String description)
description - the description to usevoid setEnvEntryName(String envEntryName)
envEntryName - the name to usevoid setEnvEntryValue(String envEntryValue)
envEntryValue - the value to usevoid setEnvEntryType(String envEntryType)
envEntryType - the type to useString getDescription()
String getEnvEntryName()
String getEnvEntryValue()
String getEnvEntryType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||