blob: df6a073769b82799756cac5bf4483c7093d0f82f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014 Bosch Software Innovations GmbH and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Eclipse Distribution License v1.0 which accompany this distribution.
*
* The Eclipse Public License is available at
* http://www.eclipse.org/legal/epl-v10.html
* The Eclipse Distribution License is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* Contributors:
* Bosch Software Innovations GmbH - Please refer to git log
*
*******************************************************************************/
/**
*/
package org.eclipse.vorto.functionblock;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Enum</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.vorto.functionblock.Enum#getEnums <em>Enums</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.vorto.functionblock.FunctionblockPackage#getEnum()
* @model
* @generated
*/
public interface Enum extends ObjectType {
/**
* Returns the value of the '<em><b>Enums</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.vorto.functionblock.EnumLiteral}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Enums</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Enums</em>' containment reference list.
* @see org.eclipse.vorto.functionblock.FunctionblockPackage#getEnum_Enums()
* @model containment="true"
* @generated
*/
EList<EnumLiteral> getEnums();
} // Enum