org.objectweb.jonas_lib.deployment.api
Interface DescriptionGroup

All Known Implementing Classes:
BeanDesc, ClientContainerDeploymentDesc, DeploymentDesc, DeploymentDescEjb1_1, DeploymentDescEjb2, DescriptionGroupDesc, EntityBmpDesc, EntityCmp1Desc, EntityCmp2Desc, EntityCmpDesc, EntityDesc, EntityJdbcCmp1Desc, EntityJdbcCmp2Desc, JndiEnvRefsGroupDesc, MessageDrivenDesc, SessionDesc, SessionStatefulDesc, SessionStatelessDesc, WebContainerDeploymentDesc

public interface DescriptionGroup

This interface provides a description for J2EE deployment descriptors

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.
 java.lang.String getLargeIcon()
          Get the large-icon of the deployment descriptor.
 java.lang.String getSmallIcon()
          Get the small-icon of the deployment descriptor.
 java.lang.String toString()
          Return a String representation of the DescriptionGroup.
 

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.

getSmallIcon

java.lang.String getSmallIcon()
Get the small-icon of the deployment descriptor.

Returns:
the small-icon of the deployment descriptor.

getLargeIcon

java.lang.String getLargeIcon()
Get the large-icon of the deployment descriptor.

Returns:
the large-icon of the deployment descriptor.

toString

java.lang.String toString()
Return a String representation of the DescriptionGroup.

Overrides:
toString in class java.lang.Object
Returns:
a String representation of the DescriptionGroup.