/** * <copyright> * </copyright> * * $Id$ */ package com.emf4sw.owl.impl; import org.eclipse.emf.ecore.EClass; import com.emf4sw.owl.AnnotationProperty; import com.emf4sw.owl.OWLPackage; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Annotation Property</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class AnnotationPropertyImpl extends OWLPropertyImpl implements AnnotationProperty { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected AnnotationPropertyImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return OWLPackage.Literals.ANNOTATION_PROPERTY; } } //AnnotationPropertyImpl