/** */ package net.certware.intent.state.stateSpecification; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Mode Element Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link net.certware.intent.state.stateSpecification.ModeElementType#getElementType <em>Element Type</em>}</li> * </ul> * * @see net.certware.intent.state.stateSpecification.StateSpecificationPackage#getModeElementType() * @model * @generated */ public interface ModeElementType extends EObject { /** * Returns the value of the '<em><b>Element Type</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Element Type</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Element Type</em>' attribute. * @see #setElementType(String) * @see net.certware.intent.state.stateSpecification.StateSpecificationPackage#getModeElementType_ElementType() * @model * @generated */ String getElementType(); /** * Sets the value of the '{@link net.certware.intent.state.stateSpecification.ModeElementType#getElementType <em>Element Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Element Type</em>' attribute. * @see #getElementType() * @generated */ void setElementType(String value); } // ModeElementType