
org.jnario.ShouldThrow Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.jnario.standalone Show documentation
Show all versions of org.jnario.standalone Show documentation
The required libraries to execute Jnario specifications without Eclipse.
The newest version!
/**
*
*
*
* $Id$
*/
package org.jnario;
import org.eclipse.xtext.common.types.JvmTypeReference;
import org.eclipse.xtext.xbase.XExpression;
/**
*
* A representation of the model object 'Should Throw'.
*
*
*
* The following features are supported:
*
* - {@link org.jnario.ShouldThrow#getType Type}
* - {@link org.jnario.ShouldThrow#getExpression Expression}
*
*
*
* @see org.jnario.JnarioPackage#getShouldThrow()
* @model
* @generated
*/
public interface ShouldThrow extends XExpression {
/**
* Returns the value of the 'Type' containment reference.
*
*
* If the meaning of the 'Type' containment reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Type' containment reference.
* @see #setType(JvmTypeReference)
* @see org.jnario.JnarioPackage#getShouldThrow_Type()
* @model containment="true" required="true"
* @generated
*/
JvmTypeReference getType();
/**
* Sets the value of the '{@link org.jnario.ShouldThrow#getType Type}' containment reference.
*
*
* @param value the new value of the 'Type' containment reference.
* @see #getType()
* @generated
*/
void setType(JvmTypeReference value);
/**
* Returns the value of the 'Expression' containment reference.
*
*
* If the meaning of the 'Expression' containment reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Expression' containment reference.
* @see #setExpression(XExpression)
* @see org.jnario.JnarioPackage#getShouldThrow_Expression()
* @model containment="true" required="true"
* @generated
*/
XExpression getExpression();
/**
* Sets the value of the '{@link org.jnario.ShouldThrow#getExpression Expression}' containment reference.
*
*
* @param value the new value of the 'Expression' containment reference.
* @see #getExpression()
* @generated
*/
void setExpression(XExpression value);
} // ShouldThrow
© 2015 - 2025 Weber Informatics LLC | Privacy Policy