blob: d3c661fd08dcab6c9ad0891ede4e9c44ca43aa67 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperationalcs;
import org.eclipse.ocl.xtext.basecs.TypeCS;
import org.eclipse.ocl.xtext.essentialoclcs.ExpCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Contextual Property CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ContextualPropertyCS#getScopedNameCS <em>Scoped Name CS</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ContextualPropertyCS#getTypeCS <em>Type CS</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ContextualPropertyCS#getOclExpressionCS <em>Ocl Expression CS</em>}</li>
* </ul>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getContextualPropertyCS()
* @model
* @generated
*/
public interface ContextualPropertyCS extends ModulePropertyCS {
/**
* Returns the value of the '<em><b>Scoped Name CS</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Scoped Name 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>Scoped Name CS</em>' containment reference.
* @see #setScopedNameCS(ScopedNameCS)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getContextualPropertyCS_ScopedNameCS()
* @model containment="true"
* @generated
*/
ScopedNameCS getScopedNameCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ContextualPropertyCS#getScopedNameCS <em>Scoped Name CS</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Scoped Name CS</em>' containment reference.
* @see #getScopedNameCS()
* @generated
*/
void setScopedNameCS(ScopedNameCS value);
/**
* 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#getContextualPropertyCS_TypeCS()
* @model containment="true"
* @generated
*/
TypeCS getTypeCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ContextualPropertyCS#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);
/**
* Returns the value of the '<em><b>Ocl Expression CS</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ocl Expression 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>Ocl Expression CS</em>' containment reference.
* @see #setOclExpressionCS(ExpCS)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getContextualPropertyCS_OclExpressionCS()
* @model containment="true"
* @generated
*/
ExpCS getOclExpressionCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ContextualPropertyCS#getOclExpressionCS <em>Ocl Expression CS</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Ocl Expression CS</em>' containment reference.
* @see #getOclExpressionCS()
* @generated
*/
void setOclExpressionCS(ExpCS value);
} // ContextualPropertyCS