org.eclipse.mtj.api.extension
Interface ExtensionPackage

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:
ExtensionPackageImpl

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

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

See Also:
ExtensionFactory

Nested Class Summary
 
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 int BUILD_EXTENSION
          The meta object id for the 'Build Extension' class.
static int BUILD_EXTENSION__ACTIVE
          The feature id for the 'Active' attribute.
static int BUILD_EXTENSION__DESCRIPTION
          The feature id for the 'Description' attribute.
static int BUILD_EXTENSION__EXT_JAR
          The feature id for the 'Ext Jar' attribute.
static int BUILD_EXTENSION__ID
          The feature id for the 'Id' attribute.
static int BUILD_EXTENSION__TYPE
          The feature id for the 'Type' attribute.
static int BUILD_EXTENSION__VENDOR
          The feature id for the 'Vendor' attribute.
static int BUILD_EXTENSION__VERSION
          The feature id for the 'Version' attribute.
static int BUILD_EXTENSION_FEATURE_COUNT
          The number of structural features of the the 'Build Extension' class.
static ExtensionPackage 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 MTJ_EXTENSION
          The meta object id for the 'Mtj Extension' class.
static int MTJ_EXTENSION__ACTIVE
          The feature id for the 'Active' attribute.
static int MTJ_EXTENSION__DESCRIPTION
          The feature id for the 'Description' attribute.
static int MTJ_EXTENSION__ID
          The feature id for the 'Id' attribute.
static int MTJ_EXTENSION__TYPE
          The feature id for the 'Type' attribute.
static int MTJ_EXTENSION__VENDOR
          The feature id for the 'Vendor' attribute.
static int MTJ_EXTENSION__VERSION
          The feature id for the 'Version' attribute.
static int MTJ_EXTENSION_FEATURE_COUNT
          The number of structural features of the the 'Mtj Extension' class.
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getBuildExtension_ExtJar()
          Returns the meta object for the attribute 'Ext Jar'.
 org.eclipse.emf.ecore.EClass getBuildExtension()
          Returns the meta object for class 'Build Extension'.
 ExtensionFactory getExtensionFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EAttribute getMtjExtension_Active()
          Returns the meta object for the attribute 'Active'.
 org.eclipse.emf.ecore.EAttribute getMtjExtension_Description()
          Returns the meta object for the attribute 'Description'.
 org.eclipse.emf.ecore.EAttribute getMtjExtension_Id()
          Returns the meta object for the attribute 'Id'.
 org.eclipse.emf.ecore.EAttribute getMtjExtension_Type()
          Returns the meta object for the attribute 'Type'.
 org.eclipse.emf.ecore.EAttribute getMtjExtension_Vendor()
          Returns the meta object for the attribute 'Vendor'.
 org.eclipse.emf.ecore.EAttribute getMtjExtension_Version()
          Returns the meta object for the attribute 'Version'.
 org.eclipse.emf.ecore.EClass getMtjExtension()
          Returns the meta object for class 'Mtj Extension'.
 
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, 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

eNS_URI

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

See Also:
Constant Field Values

eNS_PREFIX

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

See Also:
Constant Field Values

eINSTANCE

static final ExtensionPackage eINSTANCE
The singleton instance of the package.


MTJ_EXTENSION

static final int MTJ_EXTENSION
The meta object id for the 'Mtj Extension' class.

See Also:
MtjExtensionImpl, ExtensionPackageImpl.getMtjExtension(), Constant Field Values

MTJ_EXTENSION__ID

static final int MTJ_EXTENSION__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

MTJ_EXTENSION__VENDOR

static final int MTJ_EXTENSION__VENDOR
The feature id for the 'Vendor' attribute.

See Also:
Constant Field Values

MTJ_EXTENSION__VERSION

static final int MTJ_EXTENSION__VERSION
The feature id for the 'Version' attribute.

See Also:
Constant Field Values

MTJ_EXTENSION__DESCRIPTION

static final int MTJ_EXTENSION__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

MTJ_EXTENSION__TYPE

static final int MTJ_EXTENSION__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

MTJ_EXTENSION__ACTIVE

static final int MTJ_EXTENSION__ACTIVE
The feature id for the 'Active' attribute.

See Also:
Constant Field Values

MTJ_EXTENSION_FEATURE_COUNT

static final int MTJ_EXTENSION_FEATURE_COUNT
The number of structural features of the the 'Mtj Extension' class.

See Also:
Constant Field Values

BUILD_EXTENSION

static final int BUILD_EXTENSION
The meta object id for the 'Build Extension' class.

See Also:
BuildExtensionImpl, ExtensionPackageImpl.getBuildExtension(), Constant Field Values

BUILD_EXTENSION__ID

static final int BUILD_EXTENSION__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

BUILD_EXTENSION__VENDOR

static final int BUILD_EXTENSION__VENDOR
The feature id for the 'Vendor' attribute.

See Also:
Constant Field Values

BUILD_EXTENSION__VERSION

static final int BUILD_EXTENSION__VERSION
The feature id for the 'Version' attribute.

See Also:
Constant Field Values

BUILD_EXTENSION__DESCRIPTION

static final int BUILD_EXTENSION__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

BUILD_EXTENSION__TYPE

static final int BUILD_EXTENSION__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

BUILD_EXTENSION__ACTIVE

static final int BUILD_EXTENSION__ACTIVE
The feature id for the 'Active' attribute.

See Also:
Constant Field Values

BUILD_EXTENSION__EXT_JAR

static final int BUILD_EXTENSION__EXT_JAR
The feature id for the 'Ext Jar' attribute.

See Also:
Constant Field Values

BUILD_EXTENSION_FEATURE_COUNT

static final int BUILD_EXTENSION_FEATURE_COUNT
The number of structural features of the the 'Build Extension' class.

See Also:
Constant Field Values
Method Detail

getMtjExtension

org.eclipse.emf.ecore.EClass getMtjExtension()
Returns the meta object for class 'Mtj Extension'.

Returns:
the meta object for class 'Mtj Extension'.
See Also:
MtjExtension

getMtjExtension_Id

org.eclipse.emf.ecore.EAttribute getMtjExtension_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
MtjExtension.getId(), getMtjExtension()

getMtjExtension_Vendor

org.eclipse.emf.ecore.EAttribute getMtjExtension_Vendor()
Returns the meta object for the attribute 'Vendor'.

Returns:
the meta object for the attribute 'Vendor'.
See Also:
MtjExtension.getVendor(), getMtjExtension()

getMtjExtension_Version

org.eclipse.emf.ecore.EAttribute getMtjExtension_Version()
Returns the meta object for the attribute 'Version'.

Returns:
the meta object for the attribute 'Version'.
See Also:
MtjExtension.getVersion(), getMtjExtension()

getMtjExtension_Description

org.eclipse.emf.ecore.EAttribute getMtjExtension_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
MtjExtension.getDescription(), getMtjExtension()

getMtjExtension_Type

org.eclipse.emf.ecore.EAttribute getMtjExtension_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
MtjExtension.getType(), getMtjExtension()

getMtjExtension_Active

org.eclipse.emf.ecore.EAttribute getMtjExtension_Active()
Returns the meta object for the attribute 'Active'.

Returns:
the meta object for the attribute 'Active'.
See Also:
MtjExtension.isActive(), getMtjExtension()

getBuildExtension

org.eclipse.emf.ecore.EClass getBuildExtension()
Returns the meta object for class 'Build Extension'.

Returns:
the meta object for class 'Build Extension'.
See Also:
BuildExtension

getBuildExtension_ExtJar

org.eclipse.emf.ecore.EAttribute getBuildExtension_ExtJar()
Returns the meta object for the attribute 'Ext Jar'.

Returns:
the meta object for the attribute 'Ext Jar'.
See Also:
BuildExtension.getExtJar(), getBuildExtension()

getExtensionFactory

ExtensionFactory getExtensionFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.