org.objectweb.jonas_lib.deployment.xml
Interface DescriptionGroupXml

All Known Subinterfaces:
CommonEjbXml, JndiEnvRefsGroupXml
All Known Implementing Classes:
AbsDescriptionElement, AbsEnvironmentElement, Application, ApplicationClient, CommonEjb, EjbJar, JonasApplication, PortComponent, WebApp, Webservices

public interface DescriptionGroupXml

This interface provides to the value of Xml element of a DescritionGroup

Author:
Philippe Coq

Method Summary
 java.lang.String getDescription()
          Get the description of the deployment descriptor.
 java.lang.String getDisplayName()
          Get the display name of the deployment descriptor.
 Icon getIcon()
          Get the icon of the deployment descriptor.
 

Method Detail

getDisplayName

public java.lang.String getDisplayName()
Get the display name of the deployment descriptor.

Returns:
the display name of the deployment descriptor.

getDescription

public java.lang.String getDescription()
Get the description of the deployment descriptor.

Returns:
the description of the deployment descriptor.

getIcon

public Icon getIcon()
Get the icon of the deployment descriptor.

Returns:
the small-icon of the deployment descriptor.