/**
* 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 Pins</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link com.arm.cmsis.pack.debugseq.debugSeq.DapSwjPins#getPinout <em>Pinout</em>}</li>
* <li>{@link com.arm.cmsis.pack.debugseq.debugSeq.DapSwjPins#getPinselect <em>Pinselect</em>}</li>
* <li>{@link com.arm.cmsis.pack.debugseq.debugSeq.DapSwjPins#getPinwait <em>Pinwait</em>}</li>
* </ul>
*
* @see com.arm.cmsis.pack.debugseq.debugSeq.DebugSeqPackage#getDapSwjPins()
* @model
* @generated
*/
public interface DapSwjPins extends Expression
{
/**
* Returns the value of the '<em><b>Pinout</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Pinout</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>Pinout</em>' containment reference.
* @see #setPinout(Expression)
* @see com.arm.cmsis.pack.debugseq.debugSeq.DebugSeqPackage#getDapSwjPins_Pinout()
* @model containment="true"
* @generated
*/
Expression getPinout();
/**
* Sets the value of the '{@link com.arm.cmsis.pack.debugseq.debugSeq.DapSwjPins#getPinout <em>Pinout</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Pinout</em>' containment reference.
* @see #getPinout()
* @generated
*/
void setPinout(Expression value);
/**
* Returns the value of the '<em><b>Pinselect</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Pinselect</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>Pinselect</em>' containment reference.
* @see #setPinselect(Expression)
* @see com.arm.cmsis.pack.debugseq.debugSeq.DebugSeqPackage#getDapSwjPins_Pinselect()
* @model containment="true"
* @generated
*/
Expression getPinselect();
/**
* Sets the value of the '{@link com.arm.cmsis.pack.debugseq.debugSeq.DapSwjPins#getPinselect <em>Pinselect</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Pinselect</em>' containment reference.
* @see #getPinselect()
* @generated
*/
void setPinselect(Expression value);
/**
* Returns the value of the '<em><b>Pinwait</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Pinwait</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>Pinwait</em>' containment reference.
* @see #setPinwait(Expression)
* @see com.arm.cmsis.pack.debugseq.debugSeq.DebugSeqPackage#getDapSwjPins_Pinwait()
* @model containment="true"
* @generated
*/
Expression getPinwait();
/**
* Sets the value of the '{@link com.arm.cmsis.pack.debugseq.debugSeq.DapSwjPins#getPinwait <em>Pinwait</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Pinwait</em>' containment reference.
* @see #getPinwait()
* @generated
*/
void setPinwait(Expression value);
} // DapSwjPins