/** * <copyright> * * Copyright (c) 2010 SAP AG. * 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: * Reiner Hille-Doering (SAP AG) - initial API and implementation and/or initial documentation * * </copyright> */ package org.eclipse.dd.dc; import java.util.Map; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.FeatureMap; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Document Root</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.dd.dc.DocumentRoot#getMixed <em>Mixed</em>}</li> * <li>{@link org.eclipse.dd.dc.DocumentRoot#getXMLNSPrefixMap <em>XMLNS Prefix Map</em>}</li> * <li>{@link org.eclipse.dd.dc.DocumentRoot#getXSISchemaLocation <em>XSI Schema Location</em>}</li> * <li>{@link org.eclipse.dd.dc.DocumentRoot#getBounds <em>Bounds</em>}</li> * <li>{@link org.eclipse.dd.dc.DocumentRoot#getFont <em>Font</em>}</li> * <li>{@link org.eclipse.dd.dc.DocumentRoot#getPoint <em>Point</em>}</li> * </ul> * </p> * * @see org.eclipse.dd.dc.DcPackage#getDocumentRoot() * @model extendedMetaData="name='' kind='mixed'" * @generated */ public interface DocumentRoot 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.dd.dc.DcPackage#getDocumentRoot_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.dd.dc.DcPackage#getDocumentRoot_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 */ Map<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.dd.dc.DcPackage#getDocumentRoot_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 */ Map<String, String> getXSISchemaLocation(); /** * Returns the value of the '<em><b>Bounds</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Bounds</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>Bounds</em>' containment reference. * @see #setBounds(Bounds) * @see org.eclipse.dd.dc.DcPackage#getDocumentRoot_Bounds() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Bounds' namespace='http://www.omg.org/spec/DD/20100524/DC'" * @generated */ Bounds getBounds(); /** * Sets the value of the '{@link org.eclipse.dd.dc.DocumentRoot#getBounds <em>Bounds</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Bounds</em>' containment reference. * @see #getBounds() * @generated */ void setBounds(Bounds value); /** * Returns the value of the '<em><b>Font</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Font</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>Font</em>' containment reference. * @see #setFont(Font) * @see org.eclipse.dd.dc.DcPackage#getDocumentRoot_Font() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Font' namespace='http://www.omg.org/spec/DD/20100524/DC'" * @generated */ Font getFont(); /** * Sets the value of the '{@link org.eclipse.dd.dc.DocumentRoot#getFont <em>Font</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Font</em>' containment reference. * @see #getFont() * @generated */ void setFont(Font value); /** * Returns the value of the '<em><b>Point</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Point</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>Point</em>' containment reference. * @see #setPoint(Point) * @see org.eclipse.dd.dc.DcPackage#getDocumentRoot_Point() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Point' namespace='http://www.omg.org/spec/DD/20100524/DC'" * @generated */ Point getPoint(); /** * Sets the value of the '{@link org.eclipse.dd.dc.DocumentRoot#getPoint <em>Point</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Point</em>' containment reference. * @see #getPoint() * @generated */ void setPoint(Point value); } // DocumentRoot