blob: d9cbc283fd60f1bd39ac414ca0e2216961db9d29 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperationalcs;
import org.eclipse.ocl.xtext.basecs.ElementCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Opposite Property CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.OppositePropertyCS#isIsNavigable <em>Is Navigable</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.OppositePropertyCS#getSimpleNameCS <em>Simple Name CS</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.OppositePropertyCS#getMultiplicity <em>Multiplicity</em>}</li>
* </ul>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getOppositePropertyCS()
* @model
* @generated
*/
public interface OppositePropertyCS extends ElementCS {
/**
* Returns the value of the '<em><b>Is Navigable</b></em>' attribute.
* The default value is <code>"true"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Is Navigable</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Is Navigable</em>' attribute.
* @see #setIsNavigable(boolean)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getOppositePropertyCS_IsNavigable()
* @model default="true"
* @generated
*/
boolean isIsNavigable();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.OppositePropertyCS#isIsNavigable <em>Is Navigable</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Is Navigable</em>' attribute.
* @see #isIsNavigable()
* @generated
*/
void setIsNavigable(boolean value);
/**
* Returns the value of the '<em><b>Simple Name CS</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Simple Name CS</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Simple Name CS</em>' attribute.
* @see #setSimpleNameCS(String)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getOppositePropertyCS_SimpleNameCS()
* @model
* @generated
*/
String getSimpleNameCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.OppositePropertyCS#getSimpleNameCS <em>Simple Name CS</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Simple Name CS</em>' attribute.
* @see #getSimpleNameCS()
* @generated
*/
void setSimpleNameCS(String value);
/**
* Returns the value of the '<em><b>Multiplicity</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Multiplicity</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>Multiplicity</em>' containment reference.
* @see #setMultiplicity(MultiplicityDefCS)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getOppositePropertyCS_Multiplicity()
* @model containment="true"
* @generated
*/
MultiplicityDefCS getMultiplicity();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.OppositePropertyCS#getMultiplicity <em>Multiplicity</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Multiplicity</em>' containment reference.
* @see #getMultiplicity()
* @generated
*/
void setMultiplicity(MultiplicityDefCS value);
} // OppositePropertyCS