org.ow2.util.ee.metadata.common.api.xml.struct
Interface IEnvEntry

All Superinterfaces:
IResourceGroup, Serializable

public interface IEnvEntry
extends IResourceGroup

Interface used for env-entry element.

Author:
Florent Benoit

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

NAME

static final String NAME
Name of this element.

See Also:
Constant Field Values
Method Detail

setDescription

void setDescription(String description)
Sets the description.

Parameters:
description - the description to use

setEnvEntryName

void setEnvEntryName(String envEntryName)
Sets the name.

Parameters:
envEntryName - the name to use

setEnvEntryValue

void setEnvEntryValue(String envEntryValue)
Sets the value.

Parameters:
envEntryValue - the value to use

setEnvEntryType

void setEnvEntryType(String envEntryType)
Sets the type.

Parameters:
envEntryType - the type to use

getDescription

String getDescription()
Returns:
the description of the <env-entry> element.

getEnvEntryName

String getEnvEntryName()
Returns:
the name of the <env-entry> element.

getEnvEntryValue

String getEnvEntryValue()
Returns:
the value of the <env-entry> element.

getEnvEntryType

String getEnvEntryType()
Returns:
the type of the <env-entry> element.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.