/** * <copyright> * </copyright> * * $Id$ */ package eu.geclipse.jsdl.model.sweep; 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>Document Root</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link eu.geclipse.jsdl.model.sweep.DocumentRoot#getMixed <em>Mixed</em>}</li> * <li>{@link eu.geclipse.jsdl.model.sweep.DocumentRoot#getXMLNSPrefixMap <em>XMLNS Prefix Map</em>}</li> * <li>{@link eu.geclipse.jsdl.model.sweep.DocumentRoot#getXSISchemaLocation <em>XSI Schema Location</em>}</li> * <li>{@link eu.geclipse.jsdl.model.sweep.DocumentRoot#getAssignment <em>Assignment</em>}</li> * <li>{@link eu.geclipse.jsdl.model.sweep.DocumentRoot#getFunction <em>Function</em>}</li> * <li>{@link eu.geclipse.jsdl.model.sweep.DocumentRoot#getParameter <em>Parameter</em>}</li> * <li>{@link eu.geclipse.jsdl.model.sweep.DocumentRoot#getSweep <em>Sweep</em>}</li> * </ul> * </p> * * @see eu.geclipse.jsdl.model.sweep.SweepPackage#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 eu.geclipse.jsdl.model.sweep.SweepPackage#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 eu.geclipse.jsdl.model.sweep.SweepPackage#getDocumentRoot_XMLNSPrefixMap() * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true" * extendedMetaData="kind='attribute' name='xmlns:prefix'" * @generated */ EMap 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 eu.geclipse.jsdl.model.sweep.SweepPackage#getDocumentRoot_XSISchemaLocation() * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true" * extendedMetaData="kind='attribute' name='xsi:schemaLocation'" * @generated */ EMap getXSISchemaLocation(); /** * Returns the value of the '<em><b>Assignment</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Assignment</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>Assignment</em>' containment reference. * @see #setAssignment(AssignmentType) * @see eu.geclipse.jsdl.model.sweep.SweepPackage#getDocumentRoot_Assignment() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Assignment' namespace='##targetNamespace'" * @generated */ AssignmentType getAssignment(); /** * Sets the value of the '{@link eu.geclipse.jsdl.model.sweep.DocumentRoot#getAssignment <em>Assignment</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Assignment</em>' containment reference. * @see #getAssignment() * @generated */ void setAssignment(AssignmentType value); /** * Returns the value of the '<em><b>Function</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Function</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>Function</em>' containment reference. * @see eu.geclipse.jsdl.model.sweep.SweepPackage#getDocumentRoot_Function() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='Function' namespace='##targetNamespace'" * @generated */ EObject getFunction(); /** * Returns the value of the '<em><b>Parameter</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Parameter</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Parameter</em>' attribute. * @see #setParameter(String) * @see eu.geclipse.jsdl.model.sweep.SweepPackage#getDocumentRoot_Parameter() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Parameter' namespace='##targetNamespace'" * @generated */ String getParameter(); /** * Sets the value of the '{@link eu.geclipse.jsdl.model.sweep.DocumentRoot#getParameter <em>Parameter</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Parameter</em>' attribute. * @see #getParameter() * @generated */ void setParameter(String value); /** * Returns the value of the '<em><b>Sweep</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Sweep</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>Sweep</em>' containment reference. * @see #setSweep(SweepType) * @see eu.geclipse.jsdl.model.sweep.SweepPackage#getDocumentRoot_Sweep() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Sweep' namespace='##targetNamespace'" * @generated */ SweepType getSweep(); /** * Sets the value of the '{@link eu.geclipse.jsdl.model.sweep.DocumentRoot#getSweep <em>Sweep</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Sweep</em>' containment reference. * @see #getSweep() * @generated */ void setSweep(SweepType value); } // DocumentRoot