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

Packages that use CompatibilityDescriptionGroup
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 CompatibilityDescriptionGroup in org.eclipse.jst.j2ee.application
 

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

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

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

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

Subinterfaces of CompatibilityDescriptionGroup in org.eclipse.jst.j2ee.common
 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 CompatibilityDescriptionGroup
 CompatibilityDescriptionGroup CommonFactory.createCompatibilityDescriptionGroup()
          Returns a new object of class 'Compatibility Description Group'
 

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

Subinterfaces of CompatibilityDescriptionGroup 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 CompatibilityDescriptionGroup in org.eclipse.jst.j2ee.jca
 

Subinterfaces of CompatibilityDescriptionGroup 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 CompatibilityDescriptionGroup in org.eclipse.jst.j2ee.jsp
 

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

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

Subinterfaces of CompatibilityDescriptionGroup 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 CompatibilityDescriptionGroup in org.eclipse.jst.j2ee.webservice.wsclient
 

Subinterfaces of CompatibilityDescriptionGroup 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 CompatibilityDescriptionGroup in org.eclipse.jst.j2ee.webservice.wsdd
 

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