blob: f89eb9b1632794d7e7ed10f12fb5e99d1987323c [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperationalcs;
import org.eclipse.ocl.xtext.basecs.TemplateBindingCS;
import org.eclipse.ocl.xtext.basecs.TypedRefCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Typed Type Ref2 CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.TypedTypeRef2CS#getOwnedPathName <em>Owned Path Name</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.TypedTypeRef2CS#getOwnedBinding <em>Owned Binding</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.TypedTypeRef2CS#getExtentLocation <em>Extent Location</em>}</li>
* </ul>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getTypedTypeRef2CS()
* @model
* @generated
*/
public interface TypedTypeRef2CS extends TypedRefCS {
/**
* Returns the value of the '<em><b>Owned Path Name</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Path Name</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>Owned Path Name</em>' containment reference.
* @see #setOwnedPathName(PathName2CS)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getTypedTypeRef2CS_OwnedPathName()
* @model containment="true"
* @generated
*/
PathName2CS getOwnedPathName();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.TypedTypeRef2CS#getOwnedPathName <em>Owned Path Name</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Owned Path Name</em>' containment reference.
* @see #getOwnedPathName()
* @generated
*/
void setOwnedPathName(PathName2CS value);
/**
* Returns the value of the '<em><b>Owned Binding</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Binding</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>Owned Binding</em>' containment reference.
* @see #setOwnedBinding(TemplateBindingCS)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getTypedTypeRef2CS_OwnedBinding()
* @model containment="true"
* @generated
*/
TemplateBindingCS getOwnedBinding();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.TypedTypeRef2CS#getOwnedBinding <em>Owned Binding</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Owned Binding</em>' containment reference.
* @see #getOwnedBinding()
* @generated
*/
void setOwnedBinding(TemplateBindingCS value);
/**
* Returns the value of the '<em><b>Extent Location</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Extent Location</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Extent Location</em>' attribute.
* @see #setExtentLocation(String)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getTypedTypeRef2CS_ExtentLocation()
* @model
* @generated
*/
String getExtentLocation();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.TypedTypeRef2CS#getExtentLocation <em>Extent Location</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Extent Location</em>' attribute.
* @see #getExtentLocation()
* @generated
*/
void setExtentLocation(String value);
} // TypedTypeRef2CS