blob: 932f0e605ae39d886cdf2348fd3fdd30cbb6ccd5 [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>Data Type</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.sirius.tests.sample.scxml.ScxmlDataType#getMixed <em>
* Mixed</em>}</li>
* <li>{@link org.eclipse.sirius.tests.sample.scxml.ScxmlDataType#getAny <em>Any
* </em>}</li>
* <li>{@link org.eclipse.sirius.tests.sample.scxml.ScxmlDataType#getExpr <em>
* Expr</em>}</li>
* <li>{@link org.eclipse.sirius.tests.sample.scxml.ScxmlDataType#getId <em>Id
* </em>}</li>
* <li>{@link org.eclipse.sirius.tests.sample.scxml.ScxmlDataType#getSrc <em>Src
* </em>}</li>
* <li>
* {@link org.eclipse.sirius.tests.sample.scxml.ScxmlDataType#getAnyAttribute
* <em>Any Attribute</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.sirius.tests.sample.scxml.ScxmlPackage#getScxmlDataType()
* @model extendedMetaData="name='scxml.data.type' kind='mixed'"
* @generated
*/
public interface ScxmlDataType 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#getScxmlDataType_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>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#getScxmlDataType_Any()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry"
* many="true" transient="true" volatile="true" derived="true"
* extendedMetaData=
* "kind='elementWildcard' wildcards='##any' name=':1' processing='lax'"
* @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#getScxmlDataType_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.ScxmlDataType#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>Id</b></em>' attribute. <!--
* begin-user-doc -->
* <p>
* If the meaning of the '<em>Id</em>' attribute isn't clear, there really
* should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Id</em>' attribute.
* @see #setId(String)
* @see org.eclipse.sirius.tests.sample.scxml.ScxmlPackage#getScxmlDataType_Id()
* @model id="true" dataType="org.eclipse.emf.ecore.xml.type.ID"
* required="true" extendedMetaData="kind='attribute' name='id'"
* @generated
*/
String getId();
/**
* Sets the value of the '
* {@link org.eclipse.sirius.tests.sample.scxml.ScxmlDataType#getId
* <em>Id</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Id</em>' attribute.
* @see #getId()
* @generated
*/
void setId(String value);
/**
* 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#getScxmlDataType_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.ScxmlDataType#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#getScxmlDataType_AnyAttribute()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry"
* many="true" extendedMetaData=
* "kind='attributeWildcard' wildcards='##other' name=':5' processing='lax'"
* @generated
*/
FeatureMap getAnyAttribute();
} // ScxmlDataType