org.objectweb.jonas_lib.deployment.xml.EnvEntry Class Reference

Inherits org.objectweb.jonas_lib.deployment.xml.AbsElement.

Inheritance diagram for org.objectweb.jonas_lib.deployment.xml.EnvEntry:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_lib.deployment.xml.EnvEntry:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setDescription (String description)
void setEnvEntryName (String envEntryName)
void setEnvEntryValue (String envEntryValue)
void setEnvEntryType (String envEntryType)
String getDescription ()
String getEnvEntryName ()
String getEnvEntryValue ()
String getEnvEntryType ()
String toXML (int indent)

Detailed Description

This class defines the implementation of the element env-entry.
Author:
Florent Benoit

Definition at line 33 of file EnvEntry.java.


Member Function Documentation

String org.objectweb.jonas_lib.deployment.xml.EnvEntry.getDescription  ) 
 

Returns:
the description of the env-entry

Definition at line 98 of file EnvEntry.java.

String org.objectweb.jonas_lib.deployment.xml.EnvEntry.getEnvEntryName  ) 
 

Returns:
the name of the env-entry

Definition at line 106 of file EnvEntry.java.

String org.objectweb.jonas_lib.deployment.xml.EnvEntry.getEnvEntryType  ) 
 

Returns:
the type of the env-entry

Definition at line 122 of file EnvEntry.java.

String org.objectweb.jonas_lib.deployment.xml.EnvEntry.getEnvEntryValue  ) 
 

Returns:
the value of the env-entry

Definition at line 114 of file EnvEntry.java.

void org.objectweb.jonas_lib.deployment.xml.EnvEntry.setDescription String  description  ) 
 

Sets the description

Parameters:
description the description to use

Definition at line 63 of file EnvEntry.java.

void org.objectweb.jonas_lib.deployment.xml.EnvEntry.setEnvEntryName String  envEntryName  ) 
 

Sets the name

Parameters:
envEntryName the name to use

Definition at line 71 of file EnvEntry.java.

void org.objectweb.jonas_lib.deployment.xml.EnvEntry.setEnvEntryType String  envEntryType  ) 
 

Sets the type

Parameters:
envEntryType the type to use

Definition at line 87 of file EnvEntry.java.

void org.objectweb.jonas_lib.deployment.xml.EnvEntry.setEnvEntryValue String  envEntryValue  ) 
 

Sets the value

Parameters:
envEntryValue the value to use

Definition at line 79 of file EnvEntry.java.

String org.objectweb.jonas_lib.deployment.xml.EnvEntry.toXML int  indent  )  [virtual]
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Implements org.objectweb.jonas_lib.deployment.xml.AbsElement.

Definition at line 132 of file EnvEntry.java.

References org.objectweb.jonas_lib.deployment.xml.AbsElement.indent(), and org.objectweb.jonas_lib.deployment.xml.AbsElement.xmlElement().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:12:33 2005 for JOnAS by  doxygen 1.3.9.1