org.eclipse.jst.j2ee.common
Interface DescriptionGroup

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier
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
 org.eclipse.emf.common.util.EList getDescriptions()
          Returns the value of the 'Descriptions' containment reference list.
 org.eclipse.emf.common.util.EList getDisplayNames()
          Returns the value of the 'Display Names' containment reference list.
 org.eclipse.emf.common.util.EList getIcons()
          Returns the value of the 'Icons' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getIcons

org.eclipse.emf.common.util.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

org.eclipse.emf.common.util.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

org.eclipse.emf.common.util.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()