blob: 4ca297b4fbfa0d7650878e4843e98121c8d9a41f [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>Event Triggering Constraint Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* siehe AUTOSAR_TPS_TimingExtensions.pdf
*
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.EventTriggeringConstraintType#getEventId <em>Event Id</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.tracing.converter.ot1.OT1.OT1Package#getEventTriggeringConstraintType()
* @model extendedMetaData="name='EventTriggeringConstraintType' kind='elementOnly'"
* @generated
*/
public interface EventTriggeringConstraintType extends TimingConstraintElementType {
/**
* Returns the value of the '<em><b>Event Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Event 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>Event Id</em>' attribute.
* @see #setEventId(BigInteger)
* @see org.eclipse.app4mc.tracing.converter.ot1.OT1.OT1Package#getEventTriggeringConstraintType_EventId()
* @model dataType="org.eclipse.emf.ecore.xml.type.UnsignedLong" required="true"
* extendedMetaData="kind='attribute' name='eventId' namespace='##targetNamespace'"
* @generated
*/
BigInteger getEventId();
/**
* Sets the value of the '{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.EventTriggeringConstraintType#getEventId <em>Event Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Event Id</em>' attribute.
* @see #getEventId()
* @generated
*/
void setEventId(BigInteger value);
} // EventTriggeringConstraintType