/**
*/
package org.xtext.nv.dsl.mMDSL;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Path Parameters A</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.xtext.nv.dsl.mMDSL.PathParametersA#getRx <em>Rx</em>}</li>
* <li>{@link org.xtext.nv.dsl.mMDSL.PathParametersA#getRy <em>Ry</em>}</li>
* <li>{@link org.xtext.nv.dsl.mMDSL.PathParametersA#getXaxisrot <em>Xaxisrot</em>}</li>
* <li>{@link org.xtext.nv.dsl.mMDSL.PathParametersA#getLargearcflag <em>Largearcflag</em>}</li>
* <li>{@link org.xtext.nv.dsl.mMDSL.PathParametersA#getSweepflag <em>Sweepflag</em>}</li>
* <li>{@link org.xtext.nv.dsl.mMDSL.PathParametersA#getX <em>X</em>}</li>
* <li>{@link org.xtext.nv.dsl.mMDSL.PathParametersA#getY <em>Y</em>}</li>
* </ul>
* </p>
*
* @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getPathParametersA()
* @model
* @generated
*/
public interface PathParametersA extends EObject
{
/**
* Returns the value of the '<em><b>Rx</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Rx</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Rx</em>' attribute.
* @see #setRx(String)
* @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getPathParametersA_Rx()
* @model
* @generated
*/
String getRx();
/**
* Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.PathParametersA#getRx <em>Rx</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Rx</em>' attribute.
* @see #getRx()
* @generated
*/
void setRx(String value);
/**
* Returns the value of the '<em><b>Ry</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ry</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Ry</em>' attribute.
* @see #setRy(String)
* @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getPathParametersA_Ry()
* @model
* @generated
*/
String getRy();
/**
* Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.PathParametersA#getRy <em>Ry</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Ry</em>' attribute.
* @see #getRy()
* @generated
*/
void setRy(String value);
/**
* Returns the value of the '<em><b>Xaxisrot</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Xaxisrot</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Xaxisrot</em>' attribute.
* @see #setXaxisrot(String)
* @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getPathParametersA_Xaxisrot()
* @model
* @generated
*/
String getXaxisrot();
/**
* Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.PathParametersA#getXaxisrot <em>Xaxisrot</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Xaxisrot</em>' attribute.
* @see #getXaxisrot()
* @generated
*/
void setXaxisrot(String value);
/**
* Returns the value of the '<em><b>Largearcflag</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Largearcflag</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Largearcflag</em>' attribute.
* @see #setLargearcflag(String)
* @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getPathParametersA_Largearcflag()
* @model
* @generated
*/
String getLargearcflag();
/**
* Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.PathParametersA#getLargearcflag <em>Largearcflag</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Largearcflag</em>' attribute.
* @see #getLargearcflag()
* @generated
*/
void setLargearcflag(String value);
/**
* Returns the value of the '<em><b>Sweepflag</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Sweepflag</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Sweepflag</em>' attribute.
* @see #setSweepflag(String)
* @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getPathParametersA_Sweepflag()
* @model
* @generated
*/
String getSweepflag();
/**
* Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.PathParametersA#getSweepflag <em>Sweepflag</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Sweepflag</em>' attribute.
* @see #getSweepflag()
* @generated
*/
void setSweepflag(String value);
/**
* Returns the value of the '<em><b>X</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>X</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>X</em>' attribute.
* @see #setX(String)
* @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getPathParametersA_X()
* @model
* @generated
*/
String getX();
/**
* Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.PathParametersA#getX <em>X</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>X</em>' attribute.
* @see #getX()
* @generated
*/
void setX(String value);
/**
* Returns the value of the '<em><b>Y</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Y</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Y</em>' attribute.
* @see #setY(String)
* @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getPathParametersA_Y()
* @model
* @generated
*/
String getY();
/**
* Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.PathParametersA#getY <em>Y</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Y</em>' attribute.
* @see #getY()
* @generated
*/
void setY(String value);
} // PathParametersA