/******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ package org.eclipse.jst.javaee.web; import java.util.List; import org.eclipse.emf.ecore.util.FeatureMap; import org.eclipse.jst.javaee.core.AdministeredObjectType; import org.eclipse.jst.javaee.core.ConnectionFactoryResourceType; import org.eclipse.jst.javaee.core.DataSourceType; import org.eclipse.jst.javaee.core.Description; import org.eclipse.jst.javaee.core.DisplayName; import org.eclipse.jst.javaee.core.EjbLocalRef; import org.eclipse.jst.javaee.core.EjbRef; import org.eclipse.jst.javaee.core.EmptyType; import org.eclipse.jst.javaee.core.EnvEntry; import org.eclipse.jst.javaee.core.Icon; import org.eclipse.jst.javaee.core.JmsConnectionFactoryType; import org.eclipse.jst.javaee.core.JmsDestinationType; import org.eclipse.jst.javaee.core.LifecycleCallback; import org.eclipse.jst.javaee.core.Listener; import org.eclipse.jst.javaee.core.MailSessionType; import org.eclipse.jst.javaee.core.MessageDestination; import org.eclipse.jst.javaee.core.MessageDestinationRef; import org.eclipse.jst.javaee.core.ParamValue; import org.eclipse.jst.javaee.core.PersistenceContextRef; import org.eclipse.jst.javaee.core.PersistenceUnitRef; import org.eclipse.jst.javaee.core.ResourceEnvRef; import org.eclipse.jst.javaee.core.ResourceRef; import org.eclipse.jst.javaee.core.SecurityRole; import org.eclipse.jst.javaee.core.ServiceRef; import org.eclipse.jst.javaee.jsp.JspConfig; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>App</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getGroup <em>Group</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getModuleName <em>Module Name</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getDescriptions <em>Descriptions</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getDisplayNames <em>Display Names</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getIcons <em>Icons</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getDistributables <em>Distributables</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getContextParams <em>Context Params</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getFilters <em>Filters</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getFilterMappings <em>Filter Mappings</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getListeners <em>Listeners</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getServlets <em>Servlets</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getServletMappings <em>Servlet Mappings</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getSessionConfigs <em>Session Configs</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getMimeMappings <em>Mime Mappings</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getWelcomeFileLists <em>Welcome File Lists</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getErrorPages <em>Error Pages</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getJspConfigs <em>Jsp Configs</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getSecurityConstraints <em>Security Constraints</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getLoginConfigs <em>Login Configs</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getSecurityRoles <em>Security Roles</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getEnvEntries <em>Env Entries</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getEjbRefs <em>Ejb Refs</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getEjbLocalRefs <em>Ejb Local Refs</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getServiceRefs <em>Service Refs</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getResourceRefs <em>Resource Refs</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getResourceEnvRefs <em>Resource Env Refs</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getMessageDestinationRefs <em>Message Destination Refs</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getPersistenceContextRefs <em>Persistence Context Refs</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getPersistenceUnitRefs <em>Persistence Unit Refs</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getPostConstructs <em>Post Constructs</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getPreDestroys <em>Pre Destroys</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getDataSource <em>Data Source</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getJmsConnectionFactory <em>Jms Connection Factory</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getJmsDestination <em>Jms Destination</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getMailSession <em>Mail Session</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getConnectionFactory <em>Connection Factory</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getAdministeredObject <em>Administered Object</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getMessageDestinations <em>Message Destinations</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getLocalEncodingMappingsLists <em>Local Encoding Mappings Lists</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getDenyUncoveredHttpMethods <em>Deny Uncovered Http Methods</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getAbsoluteOrdering <em>Absolute Ordering</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getId <em>Id</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#isMetadataComplete <em>Metadata Complete</em>}</li> * <li>{@link org.eclipse.jst.javaee.web.WebApp#getVersion <em>Version</em>}</li> * </ul> * </p> * * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp() * @extends JavaEEObject * @generated */ public interface WebApp extends IWebCommon { /** * Returns the value of the '<em><b>Group</b></em>' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Group</em>' attribute list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Group</em>' attribute list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_Group() * @generated */ FeatureMap getGroup(); /** * Returns the value of the '<em><b>Module Name</b></em>' attribute list. * The list contents are of type {@link java.lang.String}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * @since Java EE 6, Web 3.0 * * <!-- end-model-doc --> * @return the value of the '<em>Module Name</em>' attribute list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_ModuleName() * @generated */ List<String> getModuleName(); /** * Returns the value of the '<em><b>Descriptions</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.Description}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Descriptions</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Descriptions</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_Descriptions() * @generated */ List<Description> getDescriptions(); /** * Returns the value of the '<em><b>Display Names</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.DisplayName}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Display Names</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Display Names</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_DisplayNames() * @generated */ List<DisplayName> getDisplayNames(); /** * Returns the value of the '<em><b>Icons</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.Icon}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Icons</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Icons</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_Icons() * @generated */ List<Icon> getIcons(); /** * Returns the value of the '<em><b>Distributables</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.EmptyType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Distributables</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Distributables</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_Distributables() * @generated */ List<EmptyType> getDistributables(); /** * Returns the value of the '<em><b>Context Params</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.ParamValue}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * * The context-param element contains the declaration * of a web application's servlet context * initialization parameters. * * @since Java EE 5, Web 2.5 * * <!-- end-model-doc --> * @return the value of the '<em>Context Params</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_ContextParams() * @generated */ List<ParamValue> getContextParams(); /** * Returns the value of the '<em><b>Filters</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.web.Filter}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Filters</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Filters</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_Filters() * @generated */ List<Filter> getFilters(); /** * Returns the value of the '<em><b>Filter Mappings</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.web.FilterMapping}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Filter Mappings</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Filter Mappings</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_FilterMappings() * @generated */ List<FilterMapping> getFilterMappings(); /** * Returns the value of the '<em><b>Listeners</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.Listener}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Listeners</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Listeners</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_Listeners() * @generated */ List<Listener> getListeners(); /** * Returns the value of the '<em><b>Servlets</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.web.Servlet}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Servlets</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Servlets</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_Servlets() * @generated */ List<Servlet> getServlets(); /** * Returns the value of the '<em><b>Servlet Mappings</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.web.ServletMapping}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Servlet Mappings</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Servlet Mappings</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_ServletMappings() * @generated */ List<ServletMapping> getServletMappings(); /** * Returns the value of the '<em><b>Session Configs</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.web.SessionConfig}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Session Configs</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Session Configs</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_SessionConfigs() * @generated */ List<SessionConfig> getSessionConfigs(); /** * Returns the value of the '<em><b>Mime Mappings</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.web.MimeMapping}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Mime Mappings</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Mime Mappings</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_MimeMappings() * @generated */ List<MimeMapping> getMimeMappings(); /** * Returns the value of the '<em><b>Welcome File Lists</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.web.WelcomeFileList}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Welcome File Lists</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Welcome File Lists</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_WelcomeFileLists() * @generated */ List<WelcomeFileList> getWelcomeFileLists(); /** * Returns the value of the '<em><b>Error Pages</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.web.ErrorPage}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Error Pages</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Error Pages</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_ErrorPages() * @generated */ List<ErrorPage> getErrorPages(); /** * Returns the value of the '<em><b>Jsp Configs</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.jsp.JspConfig}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Jsp Configs</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Jsp Configs</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_JspConfigs() * @generated */ List<JspConfig> getJspConfigs(); /** * Returns the value of the '<em><b>Security Constraints</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.web.SecurityConstraint}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Security Constraints</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Security Constraints</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_SecurityConstraints() * @generated */ List<SecurityConstraint> getSecurityConstraints(); /** * Returns the value of the '<em><b>Login Configs</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.web.LoginConfig}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Login Configs</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Login Configs</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_LoginConfigs() * @generated */ List<LoginConfig> getLoginConfigs(); /** * Returns the value of the '<em><b>Security Roles</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.SecurityRole}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Security Roles</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Security Roles</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_SecurityRoles() * @generated */ List<SecurityRole> getSecurityRoles(); /** * Returns the value of the '<em><b>Env Entries</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.EnvEntry}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Env Entries</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Env Entries</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_EnvEntries() * @generated */ List<EnvEntry> getEnvEntries(); /** * Returns the value of the '<em><b>Ejb Refs</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.EjbRef}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Ejb Refs</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Ejb Refs</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_EjbRefs() * @generated */ List<EjbRef> getEjbRefs(); /** * Returns the value of the '<em><b>Ejb Local Refs</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.EjbLocalRef}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Ejb Local Refs</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Ejb Local Refs</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_EjbLocalRefs() * @generated */ List<EjbLocalRef> getEjbLocalRefs(); /** * Returns the value of the '<em><b>Service Refs</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.ServiceRef}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Service Refs</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Service Refs</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_ServiceRefs() * @generated */ List<ServiceRef> getServiceRefs(); /** * Returns the value of the '<em><b>Resource Refs</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.ResourceRef}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Resource Refs</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Resource Refs</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_ResourceRefs() * @generated */ List<ResourceRef> getResourceRefs(); /** * Returns the value of the '<em><b>Resource Env Refs</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.ResourceEnvRef}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Resource Env Refs</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Resource Env Refs</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_ResourceEnvRefs() * @generated */ List<ResourceEnvRef> getResourceEnvRefs(); /** * Returns the value of the '<em><b>Message Destination Refs</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.MessageDestinationRef}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Message Destination Refs</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Message Destination Refs</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_MessageDestinationRefs() * @generated */ List<MessageDestinationRef> getMessageDestinationRefs(); /** * Returns the value of the '<em><b>Persistence Context Refs</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.PersistenceContextRef}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Persistence Context Refs</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Persistence Context Refs</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_PersistenceContextRefs() * @generated */ List<PersistenceContextRef> getPersistenceContextRefs(); /** * Returns the value of the '<em><b>Persistence Unit Refs</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.PersistenceUnitRef}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Persistence Unit Refs</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Persistence Unit Refs</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_PersistenceUnitRefs() * @generated */ List<PersistenceUnitRef> getPersistenceUnitRefs(); /** * Returns the value of the '<em><b>Post Constructs</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.LifecycleCallback}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Post Constructs</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Post Constructs</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_PostConstructs() * @generated */ List<LifecycleCallback> getPostConstructs(); /** * Returns the value of the '<em><b>Pre Destroys</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.LifecycleCallback}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Pre Destroys</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Pre Destroys</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_PreDestroys() * @generated */ List<LifecycleCallback> getPreDestroys(); /** * Returns the value of the '<em><b>Data Source</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.DataSourceType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Data Source</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Data Source</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_DataSource() * @generated */ List<DataSourceType> getDataSource(); /** * Returns the value of the '<em><b>Jms Connection Factory</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.JmsConnectionFactoryType}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * @since Java EE 7 * * <!-- end-model-doc --> * @return the value of the '<em>Jms Connection Factory</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_JmsConnectionFactory() * @generated */ List<JmsConnectionFactoryType> getJmsConnectionFactory(); /** * Returns the value of the '<em><b>Jms Destination</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.JmsDestinationType}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * @since Java EE 7 * * <!-- end-model-doc --> * @return the value of the '<em>Jms Destination</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_JmsDestination() * @generated */ List<JmsDestinationType> getJmsDestination(); /** * Returns the value of the '<em><b>Mail Session</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.MailSessionType}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * @since Java EE 7 * * <!-- end-model-doc --> * @return the value of the '<em>Mail Session</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_MailSession() * @generated */ List<MailSessionType> getMailSession(); /** * Returns the value of the '<em><b>Connection Factory</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.ConnectionFactoryResourceType}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * @since Java EE 7 * * <!-- end-model-doc --> * @return the value of the '<em>Connection Factory</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_ConnectionFactory() * @generated */ List<ConnectionFactoryResourceType> getConnectionFactory(); /** * Returns the value of the '<em><b>Administered Object</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.AdministeredObjectType}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * @since Java EE 7 * * <!-- end-model-doc --> * @return the value of the '<em>Administered Object</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_AdministeredObject() * @generated */ List<AdministeredObjectType> getAdministeredObject(); /** * Returns the value of the '<em><b>Message Destinations</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.MessageDestination}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Message Destinations</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Message Destinations</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_MessageDestinations() * @generated */ List<MessageDestination> getMessageDestinations(); /** * Returns the value of the '<em><b>Local Encoding Mappings Lists</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.web.LocaleEncodingMappingList}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * @since Java EE 6, Web 3.0 * * <!-- end-model-doc --> * @return the value of the '<em>Local Encoding Mappings Lists</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_LocalEncodingMappingsLists() * @generated */ List<LocaleEncodingMappingList> getLocalEncodingMappingsLists(); /** * Returns the value of the '<em><b>Deny Uncovered Http Methods</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.EmptyType}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * * When specified, this element causes uncovered http methods * to be denied. For every url-pattern that is the target of a * security-constrant, this element causes all HTTP methods that * are NOT covered (by a security constraint) at the url-pattern * to be denied. * * @since Java EE 7, Web 3.1 * * <!-- end-model-doc --> * @return the value of the '<em>Deny Uncovered Http Methods</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_DenyUncoveredHttpMethods() * @generated */ List<EmptyType> getDenyUncoveredHttpMethods(); /** * Returns the value of the '<em><b>Absolute Ordering</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.web.AbsoluteOrderingType}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * @since Java EE 6, Web 3.0 * * <!-- end-model-doc --> * @return the value of the '<em>Absolute Ordering</em>' containment reference list. * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_AbsoluteOrdering() * @generated */ List<AbsoluteOrderingType> getAbsoluteOrdering(); /** * Returns the value of the '<em><b>Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Id</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Id</em>' attribute. * @see #setId(String) * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_Id() * @generated */ String getId(); /** * Sets the value of the '{@link org.eclipse.jst.javaee.web.WebApp#getId <em>Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Id</em>' attribute. * @see #getId() * @generated */ void setId(String value); /** * Returns the value of the '<em><b>Metadata Complete</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * * The metadata-complete attribute defines whether this * deployment descriptor and other related deployment * descriptors for this module (e.g., web service * descriptors) are complete, or whether the class * files available to this module and packaged with * this application should be examined for annotations * that specify deployment information. * * If metadata-complete is set to "true", the deployment * tool must ignore any annotations that specify deployment * information, which might be present in the class files * of the application. * * If metadata-complete is not specified or is set to * "false", the deployment tool must examine the class * files of the application for annotations, as * specified by the specifications. * * @since Java EE 5, Web 2.5 * * <!-- end-model-doc --> * @return the value of the '<em>Metadata Complete</em>' attribute. * @see #isSetMetadataComplete() * @see #unsetMetadataComplete() * @see #setMetadataComplete(boolean) * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_MetadataComplete() * @generated */ boolean isMetadataComplete(); /** * Sets the value of the '{@link org.eclipse.jst.javaee.web.WebApp#isMetadataComplete <em>Metadata Complete</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Metadata Complete</em>' attribute. * @see #isSetMetadataComplete() * @see #unsetMetadataComplete() * @see #isMetadataComplete() * @generated */ void setMetadataComplete(boolean value); /** * Unsets the value of the '{@link org.eclipse.jst.javaee.web.WebApp#isMetadataComplete <em>Metadata Complete</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetMetadataComplete() * @see #isMetadataComplete() * @see #setMetadataComplete(boolean) * @generated */ void unsetMetadataComplete(); /** * Returns whether the value of the '{@link org.eclipse.jst.javaee.web.WebApp#isMetadataComplete <em>Metadata Complete</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Metadata Complete</em>' attribute is set. * @see #unsetMetadataComplete() * @see #isMetadataComplete() * @see #setMetadataComplete(boolean) * @generated */ boolean isSetMetadataComplete(); /** * Returns the value of the '<em><b>Version</b></em>' attribute. * The literals are from the enumeration {@link org.eclipse.jst.javaee.web.WebAppVersionType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Version</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Version</em>' attribute. * @see org.eclipse.jst.javaee.web.WebAppVersionType * @see #isSetVersion() * @see #unsetVersion() * @see #setVersion(WebAppVersionType) * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_Version() * @generated */ WebAppVersionType getVersion(); /** * Sets the value of the '{@link org.eclipse.jst.javaee.web.WebApp#getVersion <em>Version</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Version</em>' attribute. * @see org.eclipse.jst.javaee.web.WebAppVersionType * @see #isSetVersion() * @see #unsetVersion() * @see #getVersion() * @generated */ void setVersion(WebAppVersionType value); /** * Unsets the value of the '{@link org.eclipse.jst.javaee.web.WebApp#getVersion <em>Version</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetVersion() * @see #getVersion() * @see #setVersion(WebAppVersionType) * @generated */ void unsetVersion(); /** * Returns whether the value of the '{@link org.eclipse.jst.javaee.web.WebApp#getVersion <em>Version</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Version</em>' attribute is set. * @see #unsetVersion() * @see #getVersion() * @see #setVersion(WebAppVersionType) * @generated */ boolean isSetVersion(); } // WebApp