/** */ package org.eclipse.qvto.examples.xtext.qvtoperationalcs; import org.eclipse.ocl.xtext.basecs.StructuralFeatureCS; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Classifier Property CS</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ClassifierPropertyCS#getOwnedStereotype <em>Owned Stereotype</em>}</li> * <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ClassifierPropertyCS#getOpposite <em>Opposite</em>}</li> * </ul> * * @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getClassifierPropertyCS() * @model * @generated */ public interface ClassifierPropertyCS extends StructuralFeatureCS { /** * Returns the value of the '<em><b>Owned Stereotype</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Owned Stereotype</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 Stereotype</em>' containment reference. * @see #setOwnedStereotype(StereotypeQualifierCS) * @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getClassifierPropertyCS_OwnedStereotype() * @model containment="true" * @generated */ StereotypeQualifierCS getOwnedStereotype(); /** * Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ClassifierPropertyCS#getOwnedStereotype <em>Owned Stereotype</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Owned Stereotype</em>' containment reference. * @see #getOwnedStereotype() * @generated */ void setOwnedStereotype(StereotypeQualifierCS value); /** * Returns the value of the '<em><b>Opposite</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Opposite</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Opposite</em>' attribute. * @see #setOpposite(String) * @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getClassifierPropertyCS_Opposite() * @model * @generated */ String getOpposite(); /** * Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ClassifierPropertyCS#getOpposite <em>Opposite</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Opposite</em>' attribute. * @see #getOpposite() * @generated */ void setOpposite(String value); } // ClassifierPropertyCS