/******************************************************************************* * Copyright © 2011, 2013 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.edt.ide.ui.internal.deployment; import org.eclipse.emf.common.util.EMap; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.FeatureMap; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>EGL Deployment Root</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.edt.ide.ui.internal.deployment.EGLDeploymentRoot#getMixed <em>Mixed</em>}</li> * <li>{@link org.eclipse.edt.ide.ui.internal.deployment.EGLDeploymentRoot#getXMLNSPrefixMap <em>XMLNS Prefix Map</em>}</li> * <li>{@link org.eclipse.edt.ide.ui.internal.deployment.EGLDeploymentRoot#getXSISchemaLocation <em>XSI Schema Location</em>}</li> * <li>{@link org.eclipse.edt.ide.ui.internal.deployment.EGLDeploymentRoot#getDeployExt <em>Deploy Ext</em>}</li> * <li>{@link org.eclipse.edt.ide.ui.internal.deployment.EGLDeploymentRoot#getDeployment <em>Deployment</em>}</li> * <li>{@link org.eclipse.edt.ide.ui.internal.deployment.EGLDeploymentRoot#getTarget <em>Target</em>}</li> * <li>{@link org.eclipse.edt.ide.ui.internal.deployment.EGLDeploymentRoot#getTargetProject <em>Target Project</em>}</li> * </ul> * </p> * * @see org.eclipse.edt.ide.ui.internal.deployment.DeploymentPackage#getEGLDeploymentRoot() * @model extendedMetaData="name='' kind='mixed'" * @generated */ public interface EGLDeploymentRoot extends EObject { /** * Returns the value of the '<em><b>Mixed</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>Mixed</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>Mixed</em>' attribute list. * @see org.eclipse.edt.ide.ui.internal.deployment.DeploymentPackage#getEGLDeploymentRoot_Mixed() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='elementWildcard' name=':mixed'" * @generated */ FeatureMap getMixed(); /** * Returns the value of the '<em><b>XMLNS Prefix Map</b></em>' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link java.lang.String}, * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>XMLNS Prefix Map</em>' map isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>XMLNS Prefix Map</em>' map. * @see org.eclipse.edt.ide.ui.internal.deployment.DeploymentPackage#getEGLDeploymentRoot_XMLNSPrefixMap() * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>" transient="true" * extendedMetaData="kind='attribute' name='xmlns:prefix'" * @generated */ EMap<String, String> getXMLNSPrefixMap(); /** * Returns the value of the '<em><b>XSI Schema Location</b></em>' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link java.lang.String}, * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>XSI Schema Location</em>' map isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>XSI Schema Location</em>' map. * @see org.eclipse.edt.ide.ui.internal.deployment.DeploymentPackage#getEGLDeploymentRoot_XSISchemaLocation() * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>" transient="true" * extendedMetaData="kind='attribute' name='xsi:schemaLocation'" * @generated */ EMap<String, String> getXSISchemaLocation(); /** * Returns the value of the '<em><b>Deploy Ext</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Deploy Ext</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Deploy Ext</em>' containment reference. * @see org.eclipse.edt.ide.ui.internal.deployment.DeploymentPackage#getEGLDeploymentRoot_DeployExt() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='deploy-ext' namespace='##targetNamespace'" * @generated */ DeployExt getDeployExt(); /** * Returns the value of the '<em><b>Deployment</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Deployment</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Deployment</em>' containment reference. * @see #setDeployment(Deployment) * @see org.eclipse.edt.ide.ui.internal.deployment.DeploymentPackage#getEGLDeploymentRoot_Deployment() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='deployment' namespace='##targetNamespace'" * @generated */ Deployment getDeployment(); /** * Sets the value of the '{@link org.eclipse.edt.ide.ui.internal.deployment.EGLDeploymentRoot#getDeployment <em>Deployment</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Deployment</em>' containment reference. * @see #getDeployment() * @generated */ void setDeployment(Deployment value); /** * Returns the value of the '<em><b>Target</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Target</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Target</em>' containment reference. * @see org.eclipse.edt.ide.ui.internal.deployment.DeploymentPackage#getEGLDeploymentRoot_Target() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='target' namespace='##targetNamespace'" * @generated */ DeploymentTarget getTarget(); /** * Returns the value of the '<em><b>Target Project</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Target Project</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Target Project</em>' containment reference. * @see #setTargetProject(DeploymentProject) * @see org.eclipse.edt.ide.ui.internal.deployment.DeploymentPackage#getEGLDeploymentRoot_TargetProject() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='target.project' namespace='##targetNamespace' affiliation='target'" * @generated */ DeploymentProject getTargetProject(); /** * Sets the value of the '{@link org.eclipse.edt.ide.ui.internal.deployment.EGLDeploymentRoot#getTargetProject <em>Target Project</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Target Project</em>' containment reference. * @see #getTargetProject() * @generated */ void setTargetProject(DeploymentProject value); } // EGLDeploymentRoot