blob: 6b7d5856d9ffb454316cc77a15bad14becb0ce14 [file] [log] [blame]
/**
* Copyright (c) 2015 Obeo.
* 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:
* 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>Param Type</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>
* {@link org.eclipse.sirius.tests.sample.scxml.ScxmlParamType#getScxmlExtraContent
* <em>Scxml Extra Content</em>}</li>
* <li>{@link org.eclipse.sirius.tests.sample.scxml.ScxmlParamType#getAny <em>
* Any</em>}</li>
* <li>{@link org.eclipse.sirius.tests.sample.scxml.ScxmlParamType#getExpr <em>
* Expr</em>}</li>
* <li>{@link org.eclipse.sirius.tests.sample.scxml.ScxmlParamType#getLocation
* <em>Location</em>}</li>
* <li>{@link org.eclipse.sirius.tests.sample.scxml.ScxmlParamType#getName <em>
* Name</em>}</li>
* <li>
* {@link org.eclipse.sirius.tests.sample.scxml.ScxmlParamType#getAnyAttribute
* <em>Any Attribute</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.sirius.tests.sample.scxml.ScxmlPackage#getScxmlParamType()
* @model extendedMetaData="name='scxml.param.type' kind='elementOnly'"
* @generated
*/
public interface ScxmlParamType extends EObject {
/**
* 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#getScxmlParamType_ScxmlExtraContent()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry"
* many="true"
* extendedMetaData="kind='group' name='ScxmlExtraContent:0'"
* @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#getScxmlParamType_Any()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry"
* many="true" transient="true" volatile="true" derived="true"
* extendedMetaData=
* "kind='elementWildcard' wildcards='##other' name=':1' processing='lax' group='#ScxmlExtraContent:0'"
* @generated
*/
FeatureMap getAny();
/**
* Returns the value of the '<em><b>Expr</b></em>' attribute. <!--
* begin-user-doc -->
* <p>
* If the meaning of the '<em>Expr</em>' attribute isn't clear, there really
* should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Expr</em>' attribute.
* @see #setExpr(String)
* @see org.eclipse.sirius.tests.sample.scxml.ScxmlPackage#getScxmlParamType_Expr()
* @model dataType="org.eclipse.sirius.tests.sample.scxml.ValueLangDatatype"
* extendedMetaData="kind='attribute' name='expr'"
* @generated
*/
String getExpr();
/**
* Sets the value of the '
* {@link org.eclipse.sirius.tests.sample.scxml.ScxmlParamType#getExpr
* <em>Expr</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Expr</em>' attribute.
* @see #getExpr()
* @generated
*/
void setExpr(String value);
/**
* Returns the value of the '<em><b>Location</b></em>' attribute. <!--
* begin-user-doc -->
* <p>
* If the meaning of the '<em>Location</em>' attribute isn't clear, there
* really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Location</em>' attribute.
* @see #setLocation(String)
* @see org.eclipse.sirius.tests.sample.scxml.ScxmlPackage#getScxmlParamType_Location()
* @model dataType="org.eclipse.sirius.tests.sample.scxml.LocLangDatatype"
* extendedMetaData="kind='attribute' name='location'"
* @generated
*/
String getLocation();
/**
* Sets the value of the '
* {@link org.eclipse.sirius.tests.sample.scxml.ScxmlParamType#getLocation
* <em>Location</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc
* -->
*
* @param value
* the new value of the '<em>Location</em>' attribute.
* @see #getLocation()
* @generated
*/
void setLocation(String value);
/**
* Returns the value of the '<em><b>Name</b></em>' attribute. <!--
* begin-user-doc -->
* <p>
* If the meaning of the '<em>Name</em>' attribute isn't clear, there really
* should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see org.eclipse.sirius.tests.sample.scxml.ScxmlPackage#getScxmlParamType_Name()
* @model dataType="org.eclipse.emf.ecore.xml.type.NMTOKEN" required="true"
* extendedMetaData="kind='attribute' name='name'"
* @generated
*/
String getName();
/**
* Sets the value of the '
* {@link org.eclipse.sirius.tests.sample.scxml.ScxmlParamType#getName
* <em>Name</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Name</em>' attribute.
* @see #getName()
* @generated
*/
void setName(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#getScxmlParamType_AnyAttribute()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry"
* many="true" extendedMetaData=
* "kind='attributeWildcard' wildcards='##other' name=':5' processing='lax'"
* @generated
*/
FeatureMap getAnyAttribute();
} // ScxmlParamType