blob: 8a67d2abdb50b33d1aecd4bbff0e64d826153af5 [file] [log] [blame]
/**
* Copyright (c) 2007 Borland Software Corporation
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Borland Software Corporation - initial API and implementation
*
*
*
* $Id: StatementCS.java,v 1.2 2010/01/29 15:23:42 sboyko Exp $
*/
package org.eclipse.m2m.internal.qvt.oml.cst;
import org.eclipse.ocl.cst.OCLExpressionCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Statement CS</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.m2m.internal.qvt.oml.cst.CSTPackage#getStatementCS()
* @model abstract="true"
* @generated
*/
public interface StatementCS extends OCLExpressionCS {
/**
* <!-- 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 v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n \r\nContributors:\r\n Borland Software Corporation - initial API and implementation\r\n\r\n"; //$NON-NLS-1$
} // StatementCS