org.objectweb.jonas_lib.deployment.xml
Interface DescriptionGroupXml

All Known Subinterfaces:
CommonEjbXml, JndiEnvRefsGroupXml
All Known Implementing Classes:
AbsDescriptionElement, AbsEnvironmentElement, Application, ApplicationClient, ClusterDaemon, CommonEjb, Domain, EjbJar, Entity, JonasApplication, MessageDriven, PortComponent, Session, 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

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

Returns:
the display name of the deployment descriptor.

getDescription

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

Returns:
the description of the deployment descriptor.

getIcon

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

Returns:
the small-icon of the deployment descriptor.