Uses of Interface
org.eclipse.jst.j2ee.common.DescriptionGroup

Packages that use DescriptionGroup
org.eclipse.jst.j2ee.application This package includes the j2ee Application module model api.  
org.eclipse.jst.j2ee.client This package includes the j2ee Application Client module model api.  
org.eclipse.jst.j2ee.common This package includes api the common model artifacts that include (Resource References, EJB References, Display Name, Description Group, Security roles, Environment variables).  
org.eclipse.jst.j2ee.ejb This package includes the enterprise bean module model api.  
org.eclipse.jst.j2ee.jca This package includes the connector module model api.  
org.eclipse.jst.j2ee.jsp This package includes the JSP model api.  
org.eclipse.jst.j2ee.webapplication This package includes the EJBArtifactEdit api.  
org.eclipse.jst.j2ee.webservice.wsclient This package includes the web services client model api.  
org.eclipse.jst.j2ee.webservice.wsdd This package includes the web services deployment descriptor common model api.  
 

Uses of DescriptionGroup in org.eclipse.jst.j2ee.application
 

Subinterfaces of DescriptionGroup in org.eclipse.jst.j2ee.application
 interface Application
          The application element is the root element of a J2EE application deployment descriptor.
 

Uses of DescriptionGroup in org.eclipse.jst.j2ee.client
 

Subinterfaces of DescriptionGroup in org.eclipse.jst.j2ee.client
 interface ApplicationClient
          The application-client element is the root element of an application client deployment descriptor.
 

Uses of DescriptionGroup in org.eclipse.jst.j2ee.common
 

Subinterfaces of DescriptionGroup in org.eclipse.jst.j2ee.common
 interface CompatibilityDescriptionGroup
           A representation of the model object 'Compatibility Description Group'
 interface JNDIEnvRefsGroup
           A representation of the model object 'JNDI Env Refs Group'
 interface Listener
          Declares a class in the application must be registered as a web application listener bean.
 interface MessageDestination
           A representation of the model object 'Message Destination'
 

Methods in org.eclipse.jst.j2ee.common that return DescriptionGroup
 DescriptionGroup CommonFactory.createDescriptionGroup()
          Returns a new object of class 'Description Group'
 

Uses of DescriptionGroup in org.eclipse.jst.j2ee.ejb
 

Subinterfaces of DescriptionGroup in org.eclipse.jst.j2ee.ejb
 interface ContainerManagedEntity
           
 interface EJBJar
          The root element of the EJB deployment descriptor.
 interface EnterpriseBean
           
 interface Entity
          The entity element declares an entity bean.
 interface MessageDriven
           
 interface Session
          The session element declares an session bean.
 

Uses of DescriptionGroup in org.eclipse.jst.j2ee.jca
 

Subinterfaces of DescriptionGroup in org.eclipse.jst.j2ee.jca
 interface Connector
          The connector element is the root element of the deployment descriptor for the resource adapter.
 

Uses of DescriptionGroup in org.eclipse.jst.j2ee.jsp
 

Subinterfaces of DescriptionGroup in org.eclipse.jst.j2ee.jsp
 interface JSPPropertyGroup
           A representation of the model object 'JSP Property Group'
 

Uses of DescriptionGroup in org.eclipse.jst.j2ee.webapplication
 

Subinterfaces of DescriptionGroup in org.eclipse.jst.j2ee.webapplication
 interface Filter
          Declares a filter in the web application application.
 interface Servlet
          The servlet element contains the declarative data of a servlet.
 interface WebApp
          The web-app element is the root of the deployment descriptor for a web application.
 

Uses of DescriptionGroup in org.eclipse.jst.j2ee.webservice.wsclient
 

Subinterfaces of DescriptionGroup in org.eclipse.jst.j2ee.webservice.wsclient
 interface Handler
           A representation of the model object 'Handler'
 interface ServiceRef
           A representation of the model object 'Service Ref'
 

Uses of DescriptionGroup in org.eclipse.jst.j2ee.webservice.wsdd
 

Subinterfaces of DescriptionGroup in org.eclipse.jst.j2ee.webservice.wsdd
 interface WebServices
           A representation of the model object 'Web Services'