All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.dd.dc.DocumentRoot Maven / Gradle / Ivy

There is a newer version: 7.54.0.Final
Show newest version
/**
 * 
 * 
 * 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
 * 
 * 
 */
package org.eclipse.dd.dc;

import org.eclipse.emf.common.util.EMap;

import org.eclipse.emf.ecore.EObject;

import org.eclipse.emf.ecore.util.FeatureMap;

/**
 * 
 * A representation of the model object 'Document Root'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.eclipse.dd.dc.DocumentRoot#getMixed Mixed}
  • *
  • {@link org.eclipse.dd.dc.DocumentRoot#getXMLNSPrefixMap XMLNS Prefix Map}
  • *
  • {@link org.eclipse.dd.dc.DocumentRoot#getXSISchemaLocation XSI Schema Location}
  • *
  • {@link org.eclipse.dd.dc.DocumentRoot#getBounds Bounds}
  • *
  • {@link org.eclipse.dd.dc.DocumentRoot#getFont Font}
  • *
  • {@link org.eclipse.dd.dc.DocumentRoot#getPoint Point}
  • *
* * @see org.eclipse.dd.dc.DcPackage#getDocumentRoot() * @model extendedMetaData="name='' kind='mixed'" * @generated */ public interface DocumentRoot extends EObject { /** * Returns the value of the 'Mixed' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * * * @return the value of the 'Mixed' 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 'XMLNS Prefix Map' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link java.lang.String}, * * * @return the value of the 'XMLNS Prefix Map' 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 */ EMap getXMLNSPrefixMap(); /** * Returns the value of the 'XSI Schema Location' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link java.lang.String}, * * * @return the value of the 'XSI Schema Location' 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 */ EMap getXSISchemaLocation(); /** * Returns the value of the 'Bounds' containment reference. * * * @return the value of the 'Bounds' 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 Bounds}' containment reference. * * * @param value the new value of the 'Bounds' containment reference. * @see #getBounds() * @generated */ void setBounds(Bounds value); /** * Returns the value of the 'Font' containment reference. * * * @return the value of the 'Font' 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 Font}' containment reference. * * * @param value the new value of the 'Font' containment reference. * @see #getFont() * @generated */ void setFont(Font value); /** * Returns the value of the 'Point' containment reference. * * * @return the value of the 'Point' 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 Point}' containment reference. * * * @param value the new value of the 'Point' containment reference. * @see #getPoint() * @generated */ void setPoint(Point value); } // DocumentRoot




© 2015 - 2025 Weber Informatics LLC | Privacy Policy