| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_lib.deployment.xml.ResourceEnvRef
ResourceEnvRef | public class ResourceEnvRef extends AbsElement (Code) | | This class defines the implementation of the element resource-env-ref.
author: Florent Benoit |
getDescription | public String getDescription()(Code) | | the description of the resource-env-ref |
getResourceEnvRefName | public String getResourceEnvRefName()(Code) | | the name of the resource-env-ref |
getResourceEnvRefType | public String getResourceEnvRefType()(Code) | | the type of the resource-env-ref |
setDescription | public void setDescription(String description)(Code) | | Sets the description
Parameters: description - the description to use |
setResourceEnvRefName | public void setResourceEnvRefName(String resourceEnvRefName)(Code) | | Sets the name
Parameters: resourceEnvRefName - the name to use |
setResourceEnvRefType | public void setResourceEnvRefType(String resourceEnvRefType)(Code) | | Sets the type
Parameters: resourceEnvRefType - the type to use |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|