blob: 5892f47e1f9629d09eb7d6bf2352bc1010d8ffec [file] [log] [blame]
/**
* Copyright (c) 2007, 2018 Borland Software Corporation and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Borland Software Corporation - initial API and implementation
*
*
*
* $Id: MappingBodyCS.java,v 1.4 2010/01/29 15:23:41 sboyko Exp $
*/
package org.eclipse.m2m.internal.qvt.oml.cst;
/**
* <!-- 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:
* <ul>
* <li>{@link org.eclipse.m2m.internal.qvt.oml.cst.MappingBodyCS#isHasPopulationKeyword <em>Has Population Keyword</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.m2m.internal.qvt.oml.cst.CSTPackage#getMappingBodyCS()
* @model
* @generated
*/
public interface MappingBodyCS extends MappingSectionCS {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String copyright = "Copyright (c) 2007 Borland Software Corporation\r\n\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v2.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v20.html\r\n \r\nContributors:\r\n Borland Software Corporation - initial API and implementation\r\n\r\n"; //$NON-NLS-1$
/**
* 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.m2m.internal.qvt.oml.cst.CSTPackage#getMappingBodyCS_HasPopulationKeyword()
* @model
* @generated
*/
boolean isHasPopulationKeyword();
/**
* Sets the value of the '{@link org.eclipse.m2m.internal.qvt.oml.cst.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