001/**
002 * ******************************************************************************
003 * Copyright (c) 2018 Red Hat Inc
004 * All rights reserved. This program and the accompanying materials
005 * are made available under the terms of the Eclipse Public License v1.0
006 * which accompanies this distribution, and is available at
007 * http://www.eclipse.org/legal/epl-v10.html
008 *  *
009 * Contributors:
010 *     Jens Reimann - initial API and implementation
011 *  ******************************************************************************
012 */
013package de.dentrassi.varlink.idl.varlinkIdl;
014
015import org.eclipse.emf.ecore.EObject;
016
017/**
018 * <!-- begin-user-doc -->
019 * A representation of the model object '<em><b>Element Type</b></em>'.
020 * <!-- end-user-doc -->
021 *
022 *
023 * @see de.dentrassi.varlink.idl.varlinkIdl.VarlinkIdlPackage#getElementType()
024 * @model
025 * @generated
026 */
027public interface ElementType extends EObject
028{
029} // ElementType