/** * <copyright> * </copyright> * * $Id$ */ package org.dresdenocl.language.ocl; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Simple Name CS</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.dresdenocl.language.ocl.SimpleNameCS#getSimpleName <em>Simple Name</em>}</li> * </ul> * </p> * * @see org.dresdenocl.language.ocl.OclPackage#getSimpleNameCS() * @model * @generated */ public interface SimpleNameCS extends EObject { /** * Returns the value of the '<em><b>Simple Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Simple Name</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Simple Name</em>' attribute. * @see #setSimpleName(String) * @see org.dresdenocl.language.ocl.OclPackage#getSimpleNameCS_SimpleName() * @model required="true" * @generated */ String getSimpleName(); /** * Sets the value of the '{@link org.dresdenocl.language.ocl.SimpleNameCS#getSimpleName <em>Simple Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Simple Name</em>' attribute. * @see #getSimpleName() * @generated */ void setSimpleName(String value); } // SimpleNameCS