/** * <copyright> * </copyright> * * $Id: TransientImpl.java,v 1.7 2007/11/14 16:37:54 mtaal Exp $ */ package org.eclipse.emf.teneo.annotations.pannotation.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.teneo.annotations.pannotation.PannotationPackage; import org.eclipse.emf.teneo.annotations.pannotation.Transient; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Transient</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class TransientImpl extends PAnnotationImpl implements Transient { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected TransientImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return PannotationPackage.Literals.TRANSIENT; } } //TransientImpl