/** * <copyright> * </copyright> * */ package org.eclipse.etrice.core.room; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Guard</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.etrice.core.room.Guard#getGuard <em>Guard</em>}</li> * </ul> * </p> * * @see org.eclipse.etrice.core.room.RoomPackage#getGuard() * @model * @generated */ public interface Guard extends EObject { /** * Returns the value of the '<em><b>Guard</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Guard</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Guard</em>' containment reference. * @see #setGuard(DetailCode) * @see org.eclipse.etrice.core.room.RoomPackage#getGuard_Guard() * @model containment="true" * @generated */ DetailCode getGuard(); /** * Sets the value of the '{@link org.eclipse.etrice.core.room.Guard#getGuard <em>Guard</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Guard</em>' containment reference. * @see #getGuard() * @generated */ void setGuard(DetailCode value); } // Guard