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

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

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setDescription (String description)
void setResourceEnvRefName (String resourceEnvRefName)
void setResourceEnvRefType (String resourceEnvRefType)
String getDescription ()
String getResourceEnvRefName ()
String getResourceEnvRefType ()
String toXML (int indent)

Detailed Description

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

Definition at line 33 of file ResourceEnvRef.java.


Member Function Documentation

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

Returns:
the description of the resource-env-ref

Definition at line 86 of file ResourceEnvRef.java.

String org.objectweb.jonas_lib.deployment.xml.ResourceEnvRef.getResourceEnvRefName  ) 
 

Returns:
the name of the resource-env-ref

Definition at line 94 of file ResourceEnvRef.java.

String org.objectweb.jonas_lib.deployment.xml.ResourceEnvRef.getResourceEnvRefType  ) 
 

Returns:
the type of the resource-env-ref

Definition at line 102 of file ResourceEnvRef.java.

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

Sets the description

Parameters:
description the description to use

Definition at line 57 of file ResourceEnvRef.java.

void org.objectweb.jonas_lib.deployment.xml.ResourceEnvRef.setResourceEnvRefName String  resourceEnvRefName  ) 
 

Sets the name

Parameters:
resourceEnvRefName the name to use

Definition at line 66 of file ResourceEnvRef.java.

void org.objectweb.jonas_lib.deployment.xml.ResourceEnvRef.setResourceEnvRefType String  resourceEnvRefType  ) 
 

Sets the type

Parameters:
resourceEnvRefType the type to use

Definition at line 75 of file ResourceEnvRef.java.

String org.objectweb.jonas_lib.deployment.xml.ResourceEnvRef.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 113 of file ResourceEnvRef.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:42 2005 for JOnAS by  doxygen 1.3.9.1