blob: 5a098afb75f15f1678a77b78202709e3bb67d787 [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;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Task Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Ein TaskType beschreibt eine Task in einem OS.
*
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getOffset <em>Offset</em>}</li>
* <li>{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getPeriod <em>Period</em>}</li>
* <li>{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getPriority <em>Priority</em>}</li>
* <li>{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getType <em>Type</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.tracing.converter.ot1.OT1.OT1Package#getTaskType()
* @model extendedMetaData="name='TaskType' kind='elementOnly'"
* @generated
*/
public interface TaskType extends SchedulableApplicationElementType {
/**
* Returns the value of the '<em><b>Offset</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Offset</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Offset</em>' attribute.
* @see #isSetOffset()
* @see #unsetOffset()
* @see #setOffset(long)
* @see org.eclipse.app4mc.tracing.converter.ot1.OT1.OT1Package#getTaskType_Offset()
* @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.UnsignedInt"
* extendedMetaData="kind='attribute' name='offset' namespace='##targetNamespace'"
* @generated
*/
long getOffset();
/**
* Sets the value of the '{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getOffset <em>Offset</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Offset</em>' attribute.
* @see #isSetOffset()
* @see #unsetOffset()
* @see #getOffset()
* @generated
*/
void setOffset(long value);
/**
* Unsets the value of the '{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getOffset <em>Offset</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetOffset()
* @see #getOffset()
* @see #setOffset(long)
* @generated
*/
void unsetOffset();
/**
* Returns whether the value of the '{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getOffset <em>Offset</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Offset</em>' attribute is set.
* @see #unsetOffset()
* @see #getOffset()
* @see #setOffset(long)
* @generated
*/
boolean isSetOffset();
/**
* Returns the value of the '<em><b>Period</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Period</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Period</em>' attribute.
* @see #isSetPeriod()
* @see #unsetPeriod()
* @see #setPeriod(long)
* @see org.eclipse.app4mc.tracing.converter.ot1.OT1.OT1Package#getTaskType_Period()
* @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.UnsignedInt"
* extendedMetaData="kind='attribute' name='period' namespace='##targetNamespace'"
* @generated
*/
long getPeriod();
/**
* Sets the value of the '{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getPeriod <em>Period</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Period</em>' attribute.
* @see #isSetPeriod()
* @see #unsetPeriod()
* @see #getPeriod()
* @generated
*/
void setPeriod(long value);
/**
* Unsets the value of the '{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getPeriod <em>Period</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetPeriod()
* @see #getPeriod()
* @see #setPeriod(long)
* @generated
*/
void unsetPeriod();
/**
* Returns whether the value of the '{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getPeriod <em>Period</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Period</em>' attribute is set.
* @see #unsetPeriod()
* @see #getPeriod()
* @see #setPeriod(long)
* @generated
*/
boolean isSetPeriod();
/**
* Returns the value of the '<em><b>Priority</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Priority</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Priority</em>' attribute.
* @see #isSetPriority()
* @see #unsetPriority()
* @see #setPriority(long)
* @see org.eclipse.app4mc.tracing.converter.ot1.OT1.OT1Package#getTaskType_Priority()
* @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.UnsignedInt"
* extendedMetaData="kind='attribute' name='priority' namespace='##targetNamespace'"
* @generated
*/
long getPriority();
/**
* Sets the value of the '{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getPriority <em>Priority</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Priority</em>' attribute.
* @see #isSetPriority()
* @see #unsetPriority()
* @see #getPriority()
* @generated
*/
void setPriority(long value);
/**
* Unsets the value of the '{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getPriority <em>Priority</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetPriority()
* @see #getPriority()
* @see #setPriority(long)
* @generated
*/
void unsetPriority();
/**
* Returns whether the value of the '{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getPriority <em>Priority</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Priority</em>' attribute is set.
* @see #unsetPriority()
* @see #getPriority()
* @see #setPriority(long)
* @generated
*/
boolean isSetPriority();
/**
* Returns the value of the '<em><b>Type</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskTypeEnum}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Type</em>' attribute.
* @see org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskTypeEnum
* @see #isSetType()
* @see #unsetType()
* @see #setType(TaskTypeEnum)
* @see org.eclipse.app4mc.tracing.converter.ot1.OT1.OT1Package#getTaskType_Type()
* @model unsettable="true"
* extendedMetaData="kind='attribute' name='type' namespace='##targetNamespace'"
* @generated
*/
TaskTypeEnum getType();
/**
* Sets the value of the '{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getType <em>Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Type</em>' attribute.
* @see org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskTypeEnum
* @see #isSetType()
* @see #unsetType()
* @see #getType()
* @generated
*/
void setType(TaskTypeEnum value);
/**
* Unsets the value of the '{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getType <em>Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetType()
* @see #getType()
* @see #setType(TaskTypeEnum)
* @generated
*/
void unsetType();
/**
* Returns whether the value of the '{@link org.eclipse.app4mc.tracing.converter.ot1.OT1.TaskType#getType <em>Type</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Type</em>' attribute is set.
* @see #unsetType()
* @see #getType()
* @see #setType(TaskTypeEnum)
* @generated
*/
boolean isSetType();
} // TaskType