blob: 61b337860b0f39c7efdcfd4021577f8fe8d788f1 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperationalcs;
import org.eclipse.ocl.xtext.basecs.TypeCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Config Property CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ConfigPropertyCS#getTypeCS <em>Type CS</em>}</li>
* </ul>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getConfigPropertyCS()
* @model
* @generated
*/
public interface ConfigPropertyCS extends ModulePropertyCS {
/**
* Returns the value of the '<em><b>Type CS</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type CS</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>Type CS</em>' containment reference.
* @see #setTypeCS(TypeCS)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getConfigPropertyCS_TypeCS()
* @model containment="true"
* @generated
*/
TypeCS getTypeCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ConfigPropertyCS#getTypeCS <em>Type CS</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Type CS</em>' containment reference.
* @see #getTypeCS()
* @generated
*/
void setTypeCS(TypeCS value);
} // ConfigPropertyCS