/** * 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 * * */ package org.eclipse.m2m.internal.qvt.oml.cst.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.m2m.internal.qvt.oml.cst.CSTPackage; import org.eclipse.m2m.internal.qvt.oml.cst.ExceptionDefCS; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Exception Def CS</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class ExceptionDefCSImpl extends ClassifierDefCSImpl implements ExceptionDefCS { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public static final 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$ /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected ExceptionDefCSImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return CSTPackage.Literals.EXCEPTION_DEF_CS; } } //ExceptionDefCSImpl