/** * <copyright> * </copyright> * * $Id: RotatedLabelAttributesImpl.java,v 1.2 2011/02/11 14:16:06 cwaniek Exp $ */ package org.eclipse.uml2.diagram.codegen.u2tgen.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.EObjectImpl; import org.eclipse.uml2.diagram.codegen.u2tgen.RotatedLabelAttributes; import org.eclipse.uml2.diagram.codegen.u2tgen.U2TGenPackage; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Rotated Label Attributes</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class RotatedLabelAttributesImpl extends EObjectImpl implements RotatedLabelAttributes { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected RotatedLabelAttributesImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return U2TGenPackage.Literals.ROTATED_LABEL_ATTRIBUTES; } } //RotatedLabelAttributesImpl