|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtensionPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
|---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final ExtensionPackage eINSTANCE
static final int MTJ_EXTENSION
Mtj Extension' class.
MtjExtensionImpl,
ExtensionPackageImpl.getMtjExtension(),
Constant Field Valuesstatic final int MTJ_EXTENSION__ID
static final int MTJ_EXTENSION__VENDOR
static final int MTJ_EXTENSION__VERSION
static final int MTJ_EXTENSION__DESCRIPTION
static final int MTJ_EXTENSION__TYPE
static final int MTJ_EXTENSION__ACTIVE
static final int MTJ_EXTENSION_FEATURE_COUNT
static final int BUILD_EXTENSION
Build Extension' class.
BuildExtensionImpl,
ExtensionPackageImpl.getBuildExtension(),
Constant Field Valuesstatic final int BUILD_EXTENSION__ID
static final int BUILD_EXTENSION__VENDOR
static final int BUILD_EXTENSION__VERSION
static final int BUILD_EXTENSION__DESCRIPTION
static final int BUILD_EXTENSION__TYPE
static final int BUILD_EXTENSION__ACTIVE
static final int BUILD_EXTENSION__EXT_JAR
static final int BUILD_EXTENSION_FEATURE_COUNT
| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getMtjExtension()
Mtj Extension'.
MtjExtensionorg.eclipse.emf.ecore.EAttribute getMtjExtension_Id()
Id'.
MtjExtension.getId(),
getMtjExtension()org.eclipse.emf.ecore.EAttribute getMtjExtension_Vendor()
Vendor'.
MtjExtension.getVendor(),
getMtjExtension()org.eclipse.emf.ecore.EAttribute getMtjExtension_Version()
Version'.
MtjExtension.getVersion(),
getMtjExtension()org.eclipse.emf.ecore.EAttribute getMtjExtension_Description()
Description'.
MtjExtension.getDescription(),
getMtjExtension()org.eclipse.emf.ecore.EAttribute getMtjExtension_Type()
Type'.
MtjExtension.getType(),
getMtjExtension()org.eclipse.emf.ecore.EAttribute getMtjExtension_Active()
Active'.
MtjExtension.isActive(),
getMtjExtension()org.eclipse.emf.ecore.EClass getBuildExtension()
Build Extension'.
BuildExtensionorg.eclipse.emf.ecore.EAttribute getBuildExtension_ExtJar()
Ext Jar'.
BuildExtension.getExtJar(),
getBuildExtension()ExtensionFactory getExtensionFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||