blob: ea3a485fc387c8adf421c1f6aeba691c0ccca1d3 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperationalcs;
import org.eclipse.ocl.xtext.basecs.ElementCS;
import org.eclipse.ocl.xtext.basecs.PathNameCS;
import org.eclipse.ocl.xtext.essentialoclcs.StringLiteralExpCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Package Ref CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.PackageRefCS#getPathNameCS <em>Path Name CS</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.PackageRefCS#getUriCS <em>Uri CS</em>}</li>
* </ul>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getPackageRefCS()
* @model
* @generated
*/
public interface PackageRefCS extends ElementCS {
/**
* Returns the value of the '<em><b>Path Name CS</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Path 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>Path Name CS</em>' containment reference.
* @see #setPathNameCS(PathNameCS)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getPackageRefCS_PathNameCS()
* @model containment="true"
* @generated
*/
PathNameCS getPathNameCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.PackageRefCS#getPathNameCS <em>Path Name CS</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Path Name CS</em>' containment reference.
* @see #getPathNameCS()
* @generated
*/
void setPathNameCS(PathNameCS value);
/**
* Returns the value of the '<em><b>Uri CS</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Uri 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>Uri CS</em>' containment reference.
* @see #setUriCS(StringLiteralExpCS)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getPackageRefCS_UriCS()
* @model containment="true"
* @generated
*/
StringLiteralExpCS getUriCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.PackageRefCS#getUriCS <em>Uri CS</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Uri CS</em>' containment reference.
* @see #getUriCS()
* @generated
*/
void setUriCS(StringLiteralExpCS value);
} // PackageRefCS