blob: d94a5d72a621dc06d054d998e1f3a688acea8aa3 [file] [log] [blame]
/**
********************************************************************************
* Copyright (c) 2013 Timing-Architects Embedded Systems GmbH and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Generated using Eclipse EMF
*
********************************************************************************
*/
package org.eclipse.app4mc.tracing.converter.ot1.OT1;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Custom Data Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Dieser Typ dient als Container für beliebige
* Zusatzelemente.
*
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.CustomDataType#getData <em>Data</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.tracing.converter.ot1.OT1.OT1Package#getCustomDataType()
* @model extendedMetaData="name='CustomDataType' kind='elementOnly'"
* @generated
*/
public interface CustomDataType extends EObject {
/**
* Returns the value of the '<em><b>Data</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.app4mc.tracing.converter.ot1.OT1.AnyDataType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Data</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>Data</em>' containment reference list.
* @see org.eclipse.app4mc.tracing.converter.ot1.OT1.OT1Package#getCustomDataType_Data()
* @model containment="true"
* extendedMetaData="kind='element' name='Data' namespace='##targetNamespace'"
* @generated
*/
EList<AnyDataType> getData();
} // CustomDataType