org.ow2.jonas.deployment.api
Interface IDescriptionGroupDesc

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 IDescriptionGroupDesc

This interface provides a description for J2EE deployment descriptors.

Author:
Philippe Coq

Method Summary
 String getDescription()
          Get the description of the deployment descriptor.
 String getDisplayName()
          Get the display name of the deployment descriptor.
 String getLargeIcon()
          Get the large-icon of the deployment descriptor.
 String getSmallIcon()
          Get the small-icon of the deployment descriptor.
 String toString()
          Return a String representation of the DescriptionGroup.
 

Method Detail

getDisplayName

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

Returns:
the display name of the deployment descriptor.

getDescription

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

Returns:
the description of the deployment descriptor.

getSmallIcon

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

Returns:
the small-icon of the deployment descriptor.

getLargeIcon

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

Returns:
the large-icon of the deployment descriptor.

toString

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

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.