/** */ package org.eclipse.qvto.examples.xtext.qvtoperationalcs; import org.eclipse.ocl.xtext.basecs.AnnotationCS; import org.eclipse.ocl.xtext.essentialoclcs.ExpCS; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Tag CS</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.TagCS#getOwnedElementPath <em>Owned Element Path</em>}</li> * <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.TagCS#getOwnedExpression <em>Owned Expression</em>}</li> * </ul> * * @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getTagCS() * @model * @generated */ public interface TagCS extends AnnotationCS { /** * Returns the value of the '<em><b>Owned Element Path</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Owned Element Path</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>Owned Element Path</em>' containment reference. * @see #setOwnedElementPath(PathName2CS) * @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getTagCS_OwnedElementPath() * @model containment="true" required="true" * @generated */ PathName2CS getOwnedElementPath(); /** * Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.TagCS#getOwnedElementPath <em>Owned Element Path</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Owned Element Path</em>' containment reference. * @see #getOwnedElementPath() * @generated */ void setOwnedElementPath(PathName2CS value); /** * Returns the value of the '<em><b>Owned Expression</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Owned Expression</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>Owned Expression</em>' containment reference. * @see #setOwnedExpression(ExpCS) * @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getTagCS_OwnedExpression() * @model containment="true" * @generated */ ExpCS getOwnedExpression(); /** * Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.TagCS#getOwnedExpression <em>Owned Expression</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Owned Expression</em>' containment reference. * @see #getOwnedExpression() * @generated */ void setOwnedExpression(ExpCS value); } // TagCS