blob: 4a029ef4b4cdcc49774929d220fc6b6c1ff777b3 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs;
import org.eclipse.ocl.examples.xtext.base.basecs.ElementCS;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Module Property CS</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.ModulePropertyCS#getSimpleNameCS <em>Simple Name CS</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.QVTOperationalCSPackage#getModulePropertyCS()
* @model abstract="true"
* @generated
*/
public interface ModulePropertyCS
extends ElementCS {
/**
* Returns the value of the '<em><b>Simple Name CS</b></em>' attribute. <!--
* begin-user-doc -->
* <p>
* If the meaning of the '<em>Simple Name CS</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 CS</em>' attribute.
* @see #setSimpleNameCS(String)
* @see org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.QvtoperationalcsPackage#getModulePropertyCS_SimpleNameCS()
* @model
* @generated
*/
String getSimpleNameCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.ModulePropertyCS#getSimpleNameCS <em>Simple Name CS</em>}' attribute.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @param value the new value of the '<em>Simple Name CS</em>' attribute.
* @see #getSimpleNameCS()
* @generated
*/
void setSimpleNameCS(String value);
} // ModulePropertyCS