blob: 46a24738e45f987281f615e7c806690b0429ee44 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperationalcs;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Mapping Body CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.MappingBodyCS#isHasPopulationKeyword <em>Has Population Keyword</em>}</li>
* </ul>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getMappingBodyCS()
* @model
* @generated
*/
public interface MappingBodyCS extends MappingSectionCS {
/**
* Returns the value of the '<em><b>Has Population Keyword</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Has Population Keyword</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Has Population Keyword</em>' attribute.
* @see #setHasPopulationKeyword(boolean)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getMappingBodyCS_HasPopulationKeyword()
* @model
* @generated
*/
boolean isHasPopulationKeyword();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.MappingBodyCS#isHasPopulationKeyword <em>Has Population Keyword</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Has Population Keyword</em>' attribute.
* @see #isHasPopulationKeyword()
* @generated
*/
void setHasPopulationKeyword(boolean value);
} // MappingBodyCS