/** */ package org.yakindu.base.types; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Annotatable Element</b></em>'. * <!-- end-user-doc --> * * * @see org.yakindu.base.types.TypesPackage#getAnnotatableElement() * @model interface="true" abstract="true" * @generated */ public interface AnnotatableElement extends EObject { /** * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Annotations</em>' reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @model kind="operation" * @generated */ EList<Annotation> getAnnotations(); /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @model * @generated */ Annotation getAnnotationOfType(String typeName); } // AnnotatableElement