Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.jst.j2ee.core/jee-models/org/eclipse/jst/javaee/web/WebApp.java')
-rw-r--r--plugins/org.eclipse.jst.j2ee.core/jee-models/org/eclipse/jst/javaee/web/WebApp.java707
1 files changed, 0 insertions, 707 deletions
diff --git a/plugins/org.eclipse.jst.j2ee.core/jee-models/org/eclipse/jst/javaee/web/WebApp.java b/plugins/org.eclipse.jst.j2ee.core/jee-models/org/eclipse/jst/javaee/web/WebApp.java
deleted file mode 100644
index 4d48d71e0..000000000
--- a/plugins/org.eclipse.jst.j2ee.core/jee-models/org/eclipse/jst/javaee/web/WebApp.java
+++ /dev/null
@@ -1,707 +0,0 @@
-/*******************************************************************************
- * 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.JavaEEObject;
-
-/**
- * <!-- 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#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#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#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 JavaEEObject {
- /**
- * 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>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 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 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 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 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.
- *
- *
- * <!-- 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 getPreDestroys();
-
- /**
- * 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 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 -->
- * <p>
- * If the meaning of the '<em>Local Encoding Mappings 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>Local Encoding Mappings Lists</em>' containment reference list.
- * @see org.eclipse.jst.javaee.web.internal.metadata.WebPackage#getWebApp_LocalEncodingMappingsLists()
- * @generated
- */
- List getLocalEncodingMappingsLists();
-
- /**
- * 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.
- *
- *
- * <!-- 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 default value is <code>"2.5"</code>.
- * 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 \ No newline at end of file

Back to the top