org.eclipse.jst.j2ee.common
Interface DescriptionGroup

All Superinterfaces:
J2EEEObject
All Known Subinterfaces:
Application, ApplicationClient, CompatibilityDescriptionGroup, Connector, ContainerManagedEntity, EJBJar, EnterpriseBean, Entity, Filter, Handler, Handler, JNDIEnvRefsGroup, JSPPropertyGroup, Listener, MessageDestination, MessageDriven, ServiceRef, Servlet, Session, WebApp, WebServices

public interface DescriptionGroup
extends J2EEEObject

A representation of the model object 'Description Group'.

Version:
J2EE1.4 This group keeps the usage of the contained description related elements consistent across J2EE deployment descriptors.

The following features are supported:

See Also:
CommonPackage.getDescriptionGroup()

Method Summary
 EList getDescriptions()
          Returns the value of the 'Descriptions' containment reference list.
 EList getDisplayNames()
          Returns the value of the 'Display Names' containment reference list.
 EList getIcons()
          Returns the value of the 'Icons' containment reference list.
 

Method Detail

getIcons

public EList getIcons()
Returns the value of the 'Icons' containment reference list. The list contents are of type IconType.

If the meaning of the 'Icons' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Icons' containment reference list.
See Also:
CommonPackage.getDescriptionGroup_Icons()

getDisplayNames

public EList getDisplayNames()
Returns the value of the 'Display Names' containment reference list. The list contents are of type DisplayName.

If the meaning of the 'Display Names' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Display Names' containment reference list.
See Also:
CommonPackage.getDescriptionGroup_DisplayNames()

getDescriptions

public EList getDescriptions()
Returns the value of the 'Descriptions' containment reference list. The list contents are of type Description.

If the meaning of the 'Descriptions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Descriptions' containment reference list.
See Also:
CommonPackage.getDescriptionGroup_Descriptions()