blob: f0e1038c52d6a2e0e9de4c8f0a0c8787ccb4c65c [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 java.math.BigInteger;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Identifiable Element</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Basis-Type für alle eindeutigen Elemente innerhalb
* einer Element-Typ-Klasse. Folgende Klassen sind definiert:
* -
* TaskType, InterruptType, ThreadType
* - RunnableType, ProcessType
* -
* FunctionType
* - CodeBlockType
* - TimeStampElementType
* -
* TimeRangeElementType
* - PduType, SignalType, FrameType, MessageType
*
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.IdentifiableElement#getId <em>Id</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.tracing.converter.ot1.OT1.OT1Package#getIdentifiableElement()
* @model extendedMetaData="name='IdentifiableElement' kind='elementOnly'"
* @generated
*/
public interface IdentifiableElement extends ElementType {
/**
* Returns the value of the '<em><b>Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Id</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Id</em>' attribute.
* @see #setId(BigInteger)
* @see org.eclipse.app4mc.tracing.converter.ot1.OT1.OT1Package#getIdentifiableElement_Id()
* @model dataType="org.eclipse.emf.ecore.xml.type.UnsignedLong" required="true"
* extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"
* @generated
*/
BigInteger getId();
/**
* Sets the value of the '{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.IdentifiableElement#getId <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Id</em>' attribute.
* @see #getId()
* @generated
*/
void setId(BigInteger value);
} // IdentifiableElement