/** */ package org.eclipse.qvto.examples.xtext.imperativeoclcs; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>For Exp CS</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.eclipse.qvto.examples.xtext.imperativeoclcs.ForExpCS#getIsOne <em>Is One</em>}</li> * </ul> * * @see org.eclipse.qvto.examples.xtext.imperativeoclcs.ImperativeOCLCSPackage#getForExpCS() * @model * @generated */ public interface ForExpCS extends ImperativeLoopExpCS { /** * Returns the value of the '<em><b>Is One</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Is One</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Is One</em>' attribute. * @see #setIsOne(Boolean) * @see org.eclipse.qvto.examples.xtext.imperativeoclcs.ImperativeOCLCSPackage#getForExpCS_IsOne() * @model * @generated */ Boolean getIsOne(); /** * Sets the value of the '{@link org.eclipse.qvto.examples.xtext.imperativeoclcs.ForExpCS#getIsOne <em>Is One</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Is One</em>' attribute. * @see #getIsOne() * @generated */ void setIsOne(Boolean value); } // ForExpCS