blob: 32a0b2749fe670e13f87d20e83f6053a59abf66d [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperationalcs;
import org.eclipse.qvto.examples.xtext.imperativeoclcs.ExpressionBlockCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Object Exp CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ObjectExpCS#getSimpleNameCS <em>Simple Name CS</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ObjectExpCS#isIsImplicit <em>Is Implicit</em>}</li>
* </ul>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getObjectExpCS()
* @model
* @generated
*/
public interface ObjectExpCS extends ExpressionBlockCS {
/**
* 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#getObjectExpCS_SimpleNameCS()
* @model
* @generated
*/
String getSimpleNameCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ObjectExpCS#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>Is Implicit</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Is Implicit</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 Implicit</em>' attribute.
* @see #setIsImplicit(boolean)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getObjectExpCS_IsImplicit()
* @model
* @generated
*/
boolean isIsImplicit();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ObjectExpCS#isIsImplicit <em>Is Implicit</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Is Implicit</em>' attribute.
* @see #isIsImplicit()
* @generated
*/
void setIsImplicit(boolean value);
} // ObjectExpCS