All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jnario.JnarioPackage Maven / Gradle / Ivy

The newest version!
/**
 * Copyright (c) 2012 BMW Car IT and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 */
package org.jnario;

import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.EReference;

import org.eclipse.xtend.core.xtend.XtendPackage;

import org.eclipse.xtext.xbase.XbasePackage;

/**
 * 
 * The Package for the model.
 * It contains accessors for the meta objects to represent
 * 
    *
  • each class,
  • *
  • each feature of each class,
  • *
  • each enum,
  • *
  • and each data type
  • *
* * @see org.jnario.JnarioFactory * @model kind="package" * @generated */ public interface JnarioPackage extends EPackage { /** * The package name. * * * @generated */ String eNAME = "jnario"; /** * The package namespace URI. * * * @generated */ String eNS_URI = "http://www.org/Jnario"; /** * The package namespace name. * * * @generated */ String eNS_PREFIX = "jnario"; /** * The singleton instance of the package. * * * @generated */ JnarioPackage eINSTANCE = org.jnario.impl.JnarioPackageImpl.init(); /** * The meta object id for the '{@link org.jnario.impl.ExampleTableImpl Example Table}' class. * * * @see org.jnario.impl.ExampleTableImpl * @see org.jnario.impl.JnarioPackageImpl#getExampleTable() * @generated */ int EXAMPLE_TABLE = 0; /** * The feature id for the 'Annotations' containment reference list. * * * @generated * @ordered */ int EXAMPLE_TABLE__ANNOTATIONS = XtendPackage.XTEND_MEMBER__ANNOTATIONS; /** * The feature id for the 'Annotation Info' containment reference. * * * @generated * @ordered */ int EXAMPLE_TABLE__ANNOTATION_INFO = XtendPackage.XTEND_MEMBER__ANNOTATION_INFO; /** * The feature id for the 'Modifiers' attribute list. * * * @generated * @ordered */ int EXAMPLE_TABLE__MODIFIERS = XtendPackage.XTEND_MEMBER__MODIFIERS; /** * The feature id for the 'Declaring Type' container reference. * * * @generated * @ordered */ int EXAMPLE_TABLE__DECLARING_TYPE = XtendPackage.XTEND_MEMBER__DECLARING_TYPE; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int EXAMPLE_TABLE__NAME = XtendPackage.XTEND_MEMBER_FEATURE_COUNT + 0; /** * The feature id for the 'Rows' containment reference list. * * * @generated * @ordered */ int EXAMPLE_TABLE__ROWS = XtendPackage.XTEND_MEMBER_FEATURE_COUNT + 1; /** * The feature id for the 'Columns' containment reference list. * * * @generated * @ordered */ int EXAMPLE_TABLE__COLUMNS = XtendPackage.XTEND_MEMBER_FEATURE_COUNT + 2; /** * The number of structural features of the 'Example Table' class. * * * @generated * @ordered */ int EXAMPLE_TABLE_FEATURE_COUNT = XtendPackage.XTEND_MEMBER_FEATURE_COUNT + 3; /** * The meta object id for the '{@link org.jnario.impl.ExampleRowImpl Example Row}' class. * * * @see org.jnario.impl.ExampleRowImpl * @see org.jnario.impl.JnarioPackageImpl#getExampleRow() * @generated */ int EXAMPLE_ROW = 1; /** * The feature id for the 'Cells' containment reference list. * * * @generated * @ordered */ int EXAMPLE_ROW__CELLS = 0; /** * The feature id for the 'Table' container reference. * * * @generated * @ordered */ int EXAMPLE_ROW__TABLE = 1; /** * The number of structural features of the 'Example Row' class. * * * @generated * @ordered */ int EXAMPLE_ROW_FEATURE_COUNT = 2; /** * The meta object id for the '{@link org.jnario.impl.AssertionImpl Assertion}' class. * * * @see org.jnario.impl.AssertionImpl * @see org.jnario.impl.JnarioPackageImpl#getAssertion() * @generated */ int ASSERTION = 2; /** * The feature id for the 'Expression' containment reference. * * * @generated * @ordered */ int ASSERTION__EXPRESSION = XbasePackage.XEXPRESSION_FEATURE_COUNT + 0; /** * The number of structural features of the 'Assertion' class. * * * @generated * @ordered */ int ASSERTION_FEATURE_COUNT = XbasePackage.XEXPRESSION_FEATURE_COUNT + 1; /** * The meta object id for the '{@link org.jnario.impl.ExampleColumnImpl Example Column}' class. * * * @see org.jnario.impl.ExampleColumnImpl * @see org.jnario.impl.JnarioPackageImpl#getExampleColumn() * @generated */ int EXAMPLE_COLUMN = 3; /** * The feature id for the 'Table' container reference. * * * @generated * @ordered */ int EXAMPLE_COLUMN__TABLE = 0; /** * The feature id for the 'Cells' reference list. * * * @generated * @ordered */ int EXAMPLE_COLUMN__CELLS = 1; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int EXAMPLE_COLUMN__NAME = 2; /** * The feature id for the 'Type' containment reference. * * * @generated * @ordered */ int EXAMPLE_COLUMN__TYPE = 3; /** * The number of structural features of the 'Example Column' class. * * * @generated * @ordered */ int EXAMPLE_COLUMN_FEATURE_COUNT = 4; /** * The meta object id for the '{@link org.jnario.impl.ShouldImpl Should}' class. * * * @see org.jnario.impl.ShouldImpl * @see org.jnario.impl.JnarioPackageImpl#getShould() * @generated */ int SHOULD = 4; /** * The feature id for the 'Feature' reference. * * * @generated * @ordered */ int SHOULD__FEATURE = XbasePackage.XBINARY_OPERATION__FEATURE; /** * The feature id for the 'Type Arguments' containment reference list. * * * @generated * @ordered */ int SHOULD__TYPE_ARGUMENTS = XbasePackage.XBINARY_OPERATION__TYPE_ARGUMENTS; /** * The feature id for the 'Implicit Receiver' containment reference. * * * @generated * @ordered */ int SHOULD__IMPLICIT_RECEIVER = XbasePackage.XBINARY_OPERATION__IMPLICIT_RECEIVER; /** * The feature id for the 'Invalid Feature Issue Code' attribute. * * * @generated * @ordered */ int SHOULD__INVALID_FEATURE_ISSUE_CODE = XbasePackage.XBINARY_OPERATION__INVALID_FEATURE_ISSUE_CODE; /** * The feature id for the 'Valid Feature' attribute. * * * @generated * @ordered */ int SHOULD__VALID_FEATURE = XbasePackage.XBINARY_OPERATION__VALID_FEATURE; /** * The feature id for the 'Implicit First Argument' containment reference. * * * @generated * @ordered */ int SHOULD__IMPLICIT_FIRST_ARGUMENT = XbasePackage.XBINARY_OPERATION__IMPLICIT_FIRST_ARGUMENT; /** * The feature id for the 'Left Operand' containment reference. * * * @generated * @ordered */ int SHOULD__LEFT_OPERAND = XbasePackage.XBINARY_OPERATION__LEFT_OPERAND; /** * The feature id for the 'Right Operand' containment reference. * * * @generated * @ordered */ int SHOULD__RIGHT_OPERAND = XbasePackage.XBINARY_OPERATION__RIGHT_OPERAND; /** * The feature id for the 'Not' attribute. * * * @generated * @ordered */ int SHOULD__NOT = XbasePackage.XBINARY_OPERATION_FEATURE_COUNT + 0; /** * The number of structural features of the 'Should' class. * * * @generated * @ordered */ int SHOULD_FEATURE_COUNT = XbasePackage.XBINARY_OPERATION_FEATURE_COUNT + 1; /** * The meta object id for the '{@link org.jnario.impl.ShouldThrowImpl Should Throw}' class. * * * @see org.jnario.impl.ShouldThrowImpl * @see org.jnario.impl.JnarioPackageImpl#getShouldThrow() * @generated */ int SHOULD_THROW = 5; /** * The feature id for the 'Type' containment reference. * * * @generated * @ordered */ int SHOULD_THROW__TYPE = XbasePackage.XEXPRESSION_FEATURE_COUNT + 0; /** * The feature id for the 'Expression' containment reference. * * * @generated * @ordered */ int SHOULD_THROW__EXPRESSION = XbasePackage.XEXPRESSION_FEATURE_COUNT + 1; /** * The number of structural features of the 'Should Throw' class. * * * @generated * @ordered */ int SHOULD_THROW_FEATURE_COUNT = XbasePackage.XEXPRESSION_FEATURE_COUNT + 2; /** * The meta object id for the '{@link org.jnario.impl.SpecificationImpl Specification}' class. * * * @see org.jnario.impl.SpecificationImpl * @see org.jnario.impl.JnarioPackageImpl#getSpecification() * @generated */ int SPECIFICATION = 6; /** * The feature id for the 'Annotations' containment reference list. * * * @generated * @ordered */ int SPECIFICATION__ANNOTATIONS = XtendPackage.XTEND_CLASS__ANNOTATIONS; /** * The feature id for the 'Annotation Info' containment reference. * * * @generated * @ordered */ int SPECIFICATION__ANNOTATION_INFO = XtendPackage.XTEND_CLASS__ANNOTATION_INFO; /** * The feature id for the 'Modifiers' attribute list. * * * @generated * @ordered */ int SPECIFICATION__MODIFIERS = XtendPackage.XTEND_CLASS__MODIFIERS; /** * The feature id for the 'Declaring Type' container reference. * * * @generated * @ordered */ int SPECIFICATION__DECLARING_TYPE = XtendPackage.XTEND_CLASS__DECLARING_TYPE; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int SPECIFICATION__NAME = XtendPackage.XTEND_CLASS__NAME; /** * The feature id for the 'Members' containment reference list. * * * @generated * @ordered */ int SPECIFICATION__MEMBERS = XtendPackage.XTEND_CLASS__MEMBERS; /** * The feature id for the 'Extends' containment reference. * * * @generated * @ordered */ int SPECIFICATION__EXTENDS = XtendPackage.XTEND_CLASS__EXTENDS; /** * The feature id for the 'Implements' containment reference list. * * * @generated * @ordered */ int SPECIFICATION__IMPLEMENTS = XtendPackage.XTEND_CLASS__IMPLEMENTS; /** * The feature id for the 'Type Parameters' containment reference list. * * * @generated * @ordered */ int SPECIFICATION__TYPE_PARAMETERS = XtendPackage.XTEND_CLASS__TYPE_PARAMETERS; /** * The number of structural features of the 'Specification' class. * * * @generated * @ordered */ int SPECIFICATION_FEATURE_COUNT = XtendPackage.XTEND_CLASS_FEATURE_COUNT + 0; /** * The meta object id for the '{@link org.jnario.Executable Executable}' class. * * * @see org.jnario.Executable * @see org.jnario.impl.JnarioPackageImpl#getExecutable() * @generated */ int EXECUTABLE = 7; /** * The number of structural features of the 'Executable' class. * * * @generated * @ordered */ int EXECUTABLE_FEATURE_COUNT = 0; /** * The meta object id for the '{@link org.jnario.impl.MockLiteralImpl Mock Literal}' class. * * * @see org.jnario.impl.MockLiteralImpl * @see org.jnario.impl.JnarioPackageImpl#getMockLiteral() * @generated */ int MOCK_LITERAL = 8; /** * The feature id for the 'Type' reference. * * * @generated * @ordered */ int MOCK_LITERAL__TYPE = XbasePackage.XTYPE_LITERAL__TYPE; /** * The feature id for the 'Array Dimensions' attribute list. * * * @generated * @ordered */ int MOCK_LITERAL__ARRAY_DIMENSIONS = XbasePackage.XTYPE_LITERAL__ARRAY_DIMENSIONS; /** * The number of structural features of the 'Mock Literal' class. * * * @generated * @ordered */ int MOCK_LITERAL_FEATURE_COUNT = XbasePackage.XTYPE_LITERAL_FEATURE_COUNT + 0; /** * The meta object id for the '{@link org.jnario.impl.ExampleCellImpl Example Cell}' class. * * * @see org.jnario.impl.ExampleCellImpl * @see org.jnario.impl.JnarioPackageImpl#getExampleCell() * @generated */ int EXAMPLE_CELL = 9; /** * The feature id for the 'Annotations' containment reference list. * * * @generated * @ordered */ int EXAMPLE_CELL__ANNOTATIONS = XtendPackage.XTEND_FUNCTION__ANNOTATIONS; /** * The feature id for the 'Annotation Info' containment reference. * * * @generated * @ordered */ int EXAMPLE_CELL__ANNOTATION_INFO = XtendPackage.XTEND_FUNCTION__ANNOTATION_INFO; /** * The feature id for the 'Modifiers' attribute list. * * * @generated * @ordered */ int EXAMPLE_CELL__MODIFIERS = XtendPackage.XTEND_FUNCTION__MODIFIERS; /** * The feature id for the 'Declaring Type' container reference. * * * @generated * @ordered */ int EXAMPLE_CELL__DECLARING_TYPE = XtendPackage.XTEND_FUNCTION__DECLARING_TYPE; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int EXAMPLE_CELL__NAME = XtendPackage.XTEND_FUNCTION__NAME; /** * The feature id for the 'Expression' containment reference. * * * @generated * @ordered */ int EXAMPLE_CELL__EXPRESSION = XtendPackage.XTEND_FUNCTION__EXPRESSION; /** * The feature id for the 'Return Type' containment reference. * * * @generated * @ordered */ int EXAMPLE_CELL__RETURN_TYPE = XtendPackage.XTEND_FUNCTION__RETURN_TYPE; /** * The feature id for the 'Parameters' containment reference list. * * * @generated * @ordered */ int EXAMPLE_CELL__PARAMETERS = XtendPackage.XTEND_FUNCTION__PARAMETERS; /** * The feature id for the 'Create Extension Info' containment reference. * * * @generated * @ordered */ int EXAMPLE_CELL__CREATE_EXTENSION_INFO = XtendPackage.XTEND_FUNCTION__CREATE_EXTENSION_INFO; /** * The feature id for the 'Type Parameters' containment reference list. * * * @generated * @ordered */ int EXAMPLE_CELL__TYPE_PARAMETERS = XtendPackage.XTEND_FUNCTION__TYPE_PARAMETERS; /** * The feature id for the 'Exceptions' containment reference list. * * * @generated * @ordered */ int EXAMPLE_CELL__EXCEPTIONS = XtendPackage.XTEND_FUNCTION__EXCEPTIONS; /** * The number of structural features of the 'Example Cell' class. * * * @generated * @ordered */ int EXAMPLE_CELL_FEATURE_COUNT = XtendPackage.XTEND_FUNCTION_FEATURE_COUNT + 0; /** * Returns the meta object for class '{@link org.jnario.ExampleTable Example Table}'. * * * @return the meta object for class 'Example Table'. * @see org.jnario.ExampleTable * @generated */ EClass getExampleTable(); /** * Returns the meta object for the attribute '{@link org.jnario.ExampleTable#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see org.jnario.ExampleTable#getName() * @see #getExampleTable() * @generated */ EAttribute getExampleTable_Name(); /** * Returns the meta object for the containment reference list '{@link org.jnario.ExampleTable#getRows Rows}'. * * * @return the meta object for the containment reference list 'Rows'. * @see org.jnario.ExampleTable#getRows() * @see #getExampleTable() * @generated */ EReference getExampleTable_Rows(); /** * Returns the meta object for the containment reference list '{@link org.jnario.ExampleTable#getColumns Columns}'. * * * @return the meta object for the containment reference list 'Columns'. * @see org.jnario.ExampleTable#getColumns() * @see #getExampleTable() * @generated */ EReference getExampleTable_Columns(); /** * Returns the meta object for class '{@link org.jnario.ExampleRow Example Row}'. * * * @return the meta object for class 'Example Row'. * @see org.jnario.ExampleRow * @generated */ EClass getExampleRow(); /** * Returns the meta object for the containment reference list '{@link org.jnario.ExampleRow#getCells Cells}'. * * * @return the meta object for the containment reference list 'Cells'. * @see org.jnario.ExampleRow#getCells() * @see #getExampleRow() * @generated */ EReference getExampleRow_Cells(); /** * Returns the meta object for the container reference '{@link org.jnario.ExampleRow#getTable Table}'. * * * @return the meta object for the container reference 'Table'. * @see org.jnario.ExampleRow#getTable() * @see #getExampleRow() * @generated */ EReference getExampleRow_Table(); /** * Returns the meta object for class '{@link org.jnario.Assertion Assertion}'. * * * @return the meta object for class 'Assertion'. * @see org.jnario.Assertion * @generated */ EClass getAssertion(); /** * Returns the meta object for the containment reference '{@link org.jnario.Assertion#getExpression Expression}'. * * * @return the meta object for the containment reference 'Expression'. * @see org.jnario.Assertion#getExpression() * @see #getAssertion() * @generated */ EReference getAssertion_Expression(); /** * Returns the meta object for class '{@link org.jnario.ExampleColumn Example Column}'. * * * @return the meta object for class 'Example Column'. * @see org.jnario.ExampleColumn * @generated */ EClass getExampleColumn(); /** * Returns the meta object for the container reference '{@link org.jnario.ExampleColumn#getTable Table}'. * * * @return the meta object for the container reference 'Table'. * @see org.jnario.ExampleColumn#getTable() * @see #getExampleColumn() * @generated */ EReference getExampleColumn_Table(); /** * Returns the meta object for the reference list '{@link org.jnario.ExampleColumn#getCells Cells}'. * * * @return the meta object for the reference list 'Cells'. * @see org.jnario.ExampleColumn#getCells() * @see #getExampleColumn() * @generated */ EReference getExampleColumn_Cells(); /** * Returns the meta object for the attribute '{@link org.jnario.ExampleColumn#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see org.jnario.ExampleColumn#getName() * @see #getExampleColumn() * @generated */ EAttribute getExampleColumn_Name(); /** * Returns the meta object for the containment reference '{@link org.jnario.ExampleColumn#getType Type}'. * * * @return the meta object for the containment reference 'Type'. * @see org.jnario.ExampleColumn#getType() * @see #getExampleColumn() * @generated */ EReference getExampleColumn_Type(); /** * Returns the meta object for class '{@link org.jnario.Should Should}'. * * * @return the meta object for class 'Should'. * @see org.jnario.Should * @generated */ EClass getShould(); /** * Returns the meta object for the attribute '{@link org.jnario.Should#isNot Not}'. * * * @return the meta object for the attribute 'Not'. * @see org.jnario.Should#isNot() * @see #getShould() * @generated */ EAttribute getShould_Not(); /** * Returns the meta object for class '{@link org.jnario.ShouldThrow Should Throw}'. * * * @return the meta object for class 'Should Throw'. * @see org.jnario.ShouldThrow * @generated */ EClass getShouldThrow(); /** * Returns the meta object for the containment reference '{@link org.jnario.ShouldThrow#getType Type}'. * * * @return the meta object for the containment reference 'Type'. * @see org.jnario.ShouldThrow#getType() * @see #getShouldThrow() * @generated */ EReference getShouldThrow_Type(); /** * Returns the meta object for the containment reference '{@link org.jnario.ShouldThrow#getExpression Expression}'. * * * @return the meta object for the containment reference 'Expression'. * @see org.jnario.ShouldThrow#getExpression() * @see #getShouldThrow() * @generated */ EReference getShouldThrow_Expression(); /** * Returns the meta object for class '{@link org.jnario.Specification Specification}'. * * * @return the meta object for class 'Specification'. * @see org.jnario.Specification * @generated */ EClass getSpecification(); /** * Returns the meta object for class '{@link org.jnario.Executable Executable}'. * * * @return the meta object for class 'Executable'. * @see org.jnario.Executable * @generated */ EClass getExecutable(); /** * Returns the meta object for class '{@link org.jnario.MockLiteral Mock Literal}'. * * * @return the meta object for class 'Mock Literal'. * @see org.jnario.MockLiteral * @generated */ EClass getMockLiteral(); /** * Returns the meta object for class '{@link org.jnario.ExampleCell Example Cell}'. * * * @return the meta object for class 'Example Cell'. * @see org.jnario.ExampleCell * @generated */ EClass getExampleCell(); /** * Returns the factory that creates the instances of the model. * * * @return the factory that creates the instances of the model. * @generated */ JnarioFactory getJnarioFactory(); /** * * Defines literals for the meta objects that represent *
    *
  • each class,
  • *
  • each feature of each class,
  • *
  • each enum,
  • *
  • and each data type
  • *
* * @generated */ interface Literals { /** * The meta object literal for the '{@link org.jnario.impl.ExampleTableImpl Example Table}' class. * * * @see org.jnario.impl.ExampleTableImpl * @see org.jnario.impl.JnarioPackageImpl#getExampleTable() * @generated */ EClass EXAMPLE_TABLE = eINSTANCE.getExampleTable(); /** * The meta object literal for the 'Name' attribute feature. * * * @generated */ EAttribute EXAMPLE_TABLE__NAME = eINSTANCE.getExampleTable_Name(); /** * The meta object literal for the 'Rows' containment reference list feature. * * * @generated */ EReference EXAMPLE_TABLE__ROWS = eINSTANCE.getExampleTable_Rows(); /** * The meta object literal for the 'Columns' containment reference list feature. * * * @generated */ EReference EXAMPLE_TABLE__COLUMNS = eINSTANCE.getExampleTable_Columns(); /** * The meta object literal for the '{@link org.jnario.impl.ExampleRowImpl Example Row}' class. * * * @see org.jnario.impl.ExampleRowImpl * @see org.jnario.impl.JnarioPackageImpl#getExampleRow() * @generated */ EClass EXAMPLE_ROW = eINSTANCE.getExampleRow(); /** * The meta object literal for the 'Cells' containment reference list feature. * * * @generated */ EReference EXAMPLE_ROW__CELLS = eINSTANCE.getExampleRow_Cells(); /** * The meta object literal for the 'Table' container reference feature. * * * @generated */ EReference EXAMPLE_ROW__TABLE = eINSTANCE.getExampleRow_Table(); /** * The meta object literal for the '{@link org.jnario.impl.AssertionImpl Assertion}' class. * * * @see org.jnario.impl.AssertionImpl * @see org.jnario.impl.JnarioPackageImpl#getAssertion() * @generated */ EClass ASSERTION = eINSTANCE.getAssertion(); /** * The meta object literal for the 'Expression' containment reference feature. * * * @generated */ EReference ASSERTION__EXPRESSION = eINSTANCE.getAssertion_Expression(); /** * The meta object literal for the '{@link org.jnario.impl.ExampleColumnImpl Example Column}' class. * * * @see org.jnario.impl.ExampleColumnImpl * @see org.jnario.impl.JnarioPackageImpl#getExampleColumn() * @generated */ EClass EXAMPLE_COLUMN = eINSTANCE.getExampleColumn(); /** * The meta object literal for the 'Table' container reference feature. * * * @generated */ EReference EXAMPLE_COLUMN__TABLE = eINSTANCE.getExampleColumn_Table(); /** * The meta object literal for the 'Cells' reference list feature. * * * @generated */ EReference EXAMPLE_COLUMN__CELLS = eINSTANCE.getExampleColumn_Cells(); /** * The meta object literal for the 'Name' attribute feature. * * * @generated */ EAttribute EXAMPLE_COLUMN__NAME = eINSTANCE.getExampleColumn_Name(); /** * The meta object literal for the 'Type' containment reference feature. * * * @generated */ EReference EXAMPLE_COLUMN__TYPE = eINSTANCE.getExampleColumn_Type(); /** * The meta object literal for the '{@link org.jnario.impl.ShouldImpl Should}' class. * * * @see org.jnario.impl.ShouldImpl * @see org.jnario.impl.JnarioPackageImpl#getShould() * @generated */ EClass SHOULD = eINSTANCE.getShould(); /** * The meta object literal for the 'Not' attribute feature. * * * @generated */ EAttribute SHOULD__NOT = eINSTANCE.getShould_Not(); /** * The meta object literal for the '{@link org.jnario.impl.ShouldThrowImpl Should Throw}' class. * * * @see org.jnario.impl.ShouldThrowImpl * @see org.jnario.impl.JnarioPackageImpl#getShouldThrow() * @generated */ EClass SHOULD_THROW = eINSTANCE.getShouldThrow(); /** * The meta object literal for the 'Type' containment reference feature. * * * @generated */ EReference SHOULD_THROW__TYPE = eINSTANCE.getShouldThrow_Type(); /** * The meta object literal for the 'Expression' containment reference feature. * * * @generated */ EReference SHOULD_THROW__EXPRESSION = eINSTANCE.getShouldThrow_Expression(); /** * The meta object literal for the '{@link org.jnario.impl.SpecificationImpl Specification}' class. * * * @see org.jnario.impl.SpecificationImpl * @see org.jnario.impl.JnarioPackageImpl#getSpecification() * @generated */ EClass SPECIFICATION = eINSTANCE.getSpecification(); /** * The meta object literal for the '{@link org.jnario.Executable Executable}' class. * * * @see org.jnario.Executable * @see org.jnario.impl.JnarioPackageImpl#getExecutable() * @generated */ EClass EXECUTABLE = eINSTANCE.getExecutable(); /** * The meta object literal for the '{@link org.jnario.impl.MockLiteralImpl Mock Literal}' class. * * * @see org.jnario.impl.MockLiteralImpl * @see org.jnario.impl.JnarioPackageImpl#getMockLiteral() * @generated */ EClass MOCK_LITERAL = eINSTANCE.getMockLiteral(); /** * The meta object literal for the '{@link org.jnario.impl.ExampleCellImpl Example Cell}' class. * * * @see org.jnario.impl.ExampleCellImpl * @see org.jnario.impl.JnarioPackageImpl#getExampleCell() * @generated */ EClass EXAMPLE_CELL = eINSTANCE.getExampleCell(); } } //JnarioPackage




© 2015 - 2025 Weber Informatics LLC | Privacy Policy