blob: 255e15e3b8357880e998fed1962e59457602d868 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperationalcs;
import org.eclipse.ocl.xtext.basecs.PivotableElementCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Path Element2 CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.PathElement2CS#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.PathElement2CS#getOwningPathNameCS <em>Owning Path Name CS</em>}</li>
* </ul>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getPathElement2CS()
* @model
* @generated
*/
public interface PathElement2CS extends PivotableElementCS {
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Name</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getPathElement2CS_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.PathElement2CS#getName <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Returns the value of the '<em><b>Owning Path Name CS</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owning Path Name CS</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Owning Path Name CS</em>' reference.
* @see #setOwningPathNameCS(PathName2CS)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getPathElement2CS_OwningPathNameCS()
* @model
* @generated
*/
PathName2CS getOwningPathNameCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.PathElement2CS#getOwningPathNameCS <em>Owning Path Name CS</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Owning Path Name CS</em>' reference.
* @see #getOwningPathNameCS()
* @generated
*/
void setOwningPathNameCS(PathName2CS value);
} // PathElement2CS