blob: 406f040214316748e5cd295a1e186a662bb2fc4e [file] [log] [blame]
/**
* Copyright (c) 2015 Obeo.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Obeo - initial API and implementation
*/
package org.eclipse.sirius.tests.sample.scxml;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.util.FeatureMap;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Script Type</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.sirius.tests.sample.scxml.ScxmlScriptType#getMixed
* <em>Mixed</em>}</li>
* <li>
* {@link org.eclipse.sirius.tests.sample.scxml.ScxmlScriptType#getScxmlExtraContent
* <em>Scxml Extra Content</em>}</li>
* <li>{@link org.eclipse.sirius.tests.sample.scxml.ScxmlScriptType#getAny <em>
* Any</em>}</li>
* <li>{@link org.eclipse.sirius.tests.sample.scxml.ScxmlScriptType#getSrc <em>
* Src</em>}</li>
* <li>
* {@link org.eclipse.sirius.tests.sample.scxml.ScxmlScriptType#getAnyAttribute
* <em>Any Attribute</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.sirius.tests.sample.scxml.ScxmlPackage#getScxmlScriptType()
* @model extendedMetaData="name='scxml.script.type' kind='mixed'"
* @generated
*/
public interface ScxmlScriptType 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.sirius.tests.sample.scxml.ScxmlPackage#getScxmlScriptType_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>Scxml Extra Content</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>Scxml Extra Content</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>Scxml Extra Content</em>' attribute list.
* @see org.eclipse.sirius.tests.sample.scxml.ScxmlPackage#getScxmlScriptType_ScxmlExtraContent()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry"
* many="true" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='group' name='ScxmlExtraContent:1'"
* @generated
*/
FeatureMap getScxmlExtraContent();
/**
* Returns the value of the '<em><b>Any</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>Any</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>Any</em>' attribute list.
* @see org.eclipse.sirius.tests.sample.scxml.ScxmlPackage#getScxmlScriptType_Any()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry"
* many="true" transient="true" volatile="true" derived="true"
* extendedMetaData=
* "kind='elementWildcard' wildcards='##other' name=':2' processing='lax' group='#ScxmlExtraContent:1'"
* @generated
*/
FeatureMap getAny();
/**
* Returns the value of the '<em><b>Src</b></em>' attribute. <!--
* begin-user-doc -->
* <p>
* If the meaning of the '<em>Src</em>' attribute isn't clear, there really
* should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Src</em>' attribute.
* @see #setSrc(String)
* @see org.eclipse.sirius.tests.sample.scxml.ScxmlPackage#getScxmlScriptType_Src()
* @model dataType="org.eclipse.sirius.tests.sample.scxml.URIDatatype"
* extendedMetaData="kind='attribute' name='src'"
* @generated
*/
String getSrc();
/**
* Sets the value of the '
* {@link org.eclipse.sirius.tests.sample.scxml.ScxmlScriptType#getSrc
* <em>Src</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Src</em>' attribute.
* @see #getSrc()
* @generated
*/
void setSrc(String value);
/**
* Returns the value of the '<em><b>Any Attribute</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>Any Attribute</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>Any Attribute</em>' attribute list.
* @see org.eclipse.sirius.tests.sample.scxml.ScxmlPackage#getScxmlScriptType_AnyAttribute()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry"
* many="true" extendedMetaData=
* "kind='attributeWildcard' wildcards='##other' name=':4' processing='lax'"
* @generated
*/
FeatureMap getAnyAttribute();
} // ScxmlScriptType