/** * generated by Xtext 2.10.0 */ package com.arm.cmsis.pack.debugseq.debugSeq; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Dap Swj Sequence</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link com.arm.cmsis.pack.debugseq.debugSeq.DapSwjSequence#getCnt <em>Cnt</em>}</li> * <li>{@link com.arm.cmsis.pack.debugseq.debugSeq.DapSwjSequence#getVal <em>Val</em>}</li> * </ul> * * @see com.arm.cmsis.pack.debugseq.debugSeq.DebugSeqPackage#getDapSwjSequence() * @model * @generated */ public interface DapSwjSequence extends Expression { /** * Returns the value of the '<em><b>Cnt</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Cnt</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Cnt</em>' containment reference. * @see #setCnt(Expression) * @see com.arm.cmsis.pack.debugseq.debugSeq.DebugSeqPackage#getDapSwjSequence_Cnt() * @model containment="true" * @generated */ Expression getCnt(); /** * Sets the value of the '{@link com.arm.cmsis.pack.debugseq.debugSeq.DapSwjSequence#getCnt <em>Cnt</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Cnt</em>' containment reference. * @see #getCnt() * @generated */ void setCnt(Expression value); /** * Returns the value of the '<em><b>Val</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Val</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Val</em>' containment reference. * @see #setVal(Expression) * @see com.arm.cmsis.pack.debugseq.debugSeq.DebugSeqPackage#getDapSwjSequence_Val() * @model containment="true" * @generated */ Expression getVal(); /** * Sets the value of the '{@link com.arm.cmsis.pack.debugseq.debugSeq.DapSwjSequence#getVal <em>Val</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Val</em>' containment reference. * @see #getVal() * @generated */ void setVal(Expression value); } // DapSwjSequence