/** * <copyright> * </copyright> * * $Id$ */ package no.hal.scxml.scxmlxt; import org.eclipse.emf.ecore.EClassifier; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Typed</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link no.hal.scxml.scxmlxt.Typed#getEType <em>EType</em>}</li> * <li>{@link no.hal.scxml.scxmlxt.Typed#isMany <em>Many</em>}</li> * </ul> * </p> * * @see no.hal.scxml.scxmlxt.ScxmlxtPackage#getTyped() * @model * @generated */ public interface Typed extends EObject { /** * Returns the value of the '<em><b>EType</b></em>' reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>EType</em>' reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>EType</em>' reference. * @see #setEType(EClassifier) * @see no.hal.scxml.scxmlxt.ScxmlxtPackage#getTyped_EType() * @model * @generated */ EClassifier getEType(); /** * Sets the value of the '{@link no.hal.scxml.scxmlxt.Typed#getEType <em>EType</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>EType</em>' reference. * @see #getEType() * @generated */ void setEType(EClassifier value); /** * Returns the value of the '<em><b>Many</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Many</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Many</em>' attribute. * @see #setMany(boolean) * @see no.hal.scxml.scxmlxt.ScxmlxtPackage#getTyped_Many() * @model * @generated */ boolean isMany(); /** * Sets the value of the '{@link no.hal.scxml.scxmlxt.Typed#isMany <em>Many</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Many</em>' attribute. * @see #isMany() * @generated */ void setMany(boolean value); } // Typed