org.eclipse.xtext.purexbase.pureXbase
Interface PureXbasePackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PureXbasePackageImpl

public interface PureXbasePackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
PureXbaseFactory
EMF generated code
EMF model element
kind="package"

Nested Class Summary
static interface PureXbasePackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static PureXbasePackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
static int IMPORT
          The meta object id for the 'Import' class
static int IMPORT__IMPORTED_NAMESPACE
          The feature id for the 'Imported Namespace' attribute
static int IMPORT_FEATURE_COUNT
          The number of structural features of the 'Import' class
static int MODEL
          The meta object id for the 'Model' class
static int MODEL__BLOCK
          The feature id for the 'Block' containment reference
static int MODEL_FEATURE_COUNT
          The number of structural features of the 'Model' class
static int SPECIAL_BLOCK_EXPRESSION
          The meta object id for the 'Special Block Expression' class
static int SPECIAL_BLOCK_EXPRESSION__EXPRESSIONS
          The feature id for the 'Expressions' containment reference list
static int SPECIAL_BLOCK_EXPRESSION__IMPORTS
          The feature id for the 'Imports' containment reference list
static int SPECIAL_BLOCK_EXPRESSION_FEATURE_COUNT
          The number of structural features of the 'Special Block Expression' class
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getImport_ImportedNamespace()
          Returns the meta object for the attribute 'Imported Namespace'
 org.eclipse.emf.ecore.EClass getImport()
          Returns the meta object for class 'Import'
 org.eclipse.emf.ecore.EReference getModel_Block()
          Returns the meta object for the containment reference 'Block'
 org.eclipse.emf.ecore.EClass getModel()
          Returns the meta object for class 'Model'
 PureXbaseFactory getPureXbaseFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EReference getSpecialBlockExpression_Imports()
          Returns the meta object for the containment reference list 'Imports'
 org.eclipse.emf.ecore.EClass getSpecialBlockExpression()
          Returns the meta object for class 'Special Block Expression'
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
EMF generated code

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
EMF generated code

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
EMF generated code

eINSTANCE

static final PureXbasePackage eINSTANCE
The singleton instance of the package.

EMF generated code

MODEL

static final int MODEL
The meta object id for the 'Model' class.

See Also:
ModelImpl, PureXbasePackageImpl.getModel(), Constant Field Values
EMF generated code

MODEL__BLOCK

static final int MODEL__BLOCK
The feature id for the 'Block' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

MODEL_FEATURE_COUNT

static final int MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

IMPORT

static final int IMPORT
The meta object id for the 'Import' class.

See Also:
ImportImpl, PureXbasePackageImpl.getImport(), Constant Field Values
EMF generated code

IMPORT__IMPORTED_NAMESPACE

static final int IMPORT__IMPORTED_NAMESPACE
The feature id for the 'Imported Namespace' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

IMPORT_FEATURE_COUNT

static final int IMPORT_FEATURE_COUNT
The number of structural features of the 'Import' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

SPECIAL_BLOCK_EXPRESSION

static final int SPECIAL_BLOCK_EXPRESSION
The meta object id for the 'Special Block Expression' class.

See Also:
SpecialBlockExpressionImpl, PureXbasePackageImpl.getSpecialBlockExpression(), Constant Field Values
EMF generated code

SPECIAL_BLOCK_EXPRESSION__EXPRESSIONS

static final int SPECIAL_BLOCK_EXPRESSION__EXPRESSIONS
The feature id for the 'Expressions' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

SPECIAL_BLOCK_EXPRESSION__IMPORTS

static final int SPECIAL_BLOCK_EXPRESSION__IMPORTS
The feature id for the 'Imports' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

SPECIAL_BLOCK_EXPRESSION_FEATURE_COUNT

static final int SPECIAL_BLOCK_EXPRESSION_FEATURE_COUNT
The number of structural features of the 'Special Block Expression' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered
Method Detail

getModel

org.eclipse.emf.ecore.EClass getModel()
Returns the meta object for class 'Model'.

Returns:
the meta object for class 'Model'.
See Also:
Model
EMF generated code

getModel_Block

org.eclipse.emf.ecore.EReference getModel_Block()
Returns the meta object for the containment reference 'Block'.

Returns:
the meta object for the containment reference 'Block'.
See Also:
Model.getBlock(), getModel()
EMF generated code

getImport

org.eclipse.emf.ecore.EClass getImport()
Returns the meta object for class 'Import'.

Returns:
the meta object for class 'Import'.
See Also:
Import
EMF generated code

getImport_ImportedNamespace

org.eclipse.emf.ecore.EAttribute getImport_ImportedNamespace()
Returns the meta object for the attribute 'Imported Namespace'.

Returns:
the meta object for the attribute 'Imported Namespace'.
See Also:
Import.getImportedNamespace(), getImport()
EMF generated code

getSpecialBlockExpression

org.eclipse.emf.ecore.EClass getSpecialBlockExpression()
Returns the meta object for class 'Special Block Expression'.

Returns:
the meta object for class 'Special Block Expression'.
See Also:
SpecialBlockExpression
EMF generated code

getSpecialBlockExpression_Imports

org.eclipse.emf.ecore.EReference getSpecialBlockExpression_Imports()
Returns the meta object for the containment reference list 'Imports'.

Returns:
the meta object for the containment reference list 'Imports'.
See Also:
SpecialBlockExpression.getImports(), getSpecialBlockExpression()
EMF generated code

getPureXbaseFactory

PureXbaseFactory getPureXbaseFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
EMF generated code