org.eclipse.modisco.manifest
Interface ManifestPackage


public interface ManifestPackage

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

See Also:
ManifestFactory
Generated:
Model:
kind="package"

Nested Class Summary
static interface ManifestPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static int BUNDLE
          The meta object id for the 'Bundle' class.
static int BUNDLE__ACTIVATION_POLICY
          The feature id for the 'Activation Policy' attribute.
static int BUNDLE__ACTIVATOR
          The feature id for the 'Activator' attribute.
static int BUNDLE__IMPORTED_PACKAGES
          The feature id for the 'Imported Packages' containment reference list.
static int BUNDLE__NAME
          The feature id for the 'Name' attribute.
static int BUNDLE__REQUIRED_BUNDLES
          The feature id for the 'Required Bundles' containment reference list.
static int BUNDLE__REQUIRED_EXECUTION_ENVIRONMENT
          The feature id for the 'Required Execution Environment' attribute.
static int BUNDLE__SINGLETON
          The feature id for the 'Singleton' attribute.
static int BUNDLE__SYMBOLIC_NAME
          The feature id for the 'Symbolic Name' attribute.
static int BUNDLE__VENDOR
          The feature id for the 'Vendor' attribute.
static int BUNDLE__VERSION
          The feature id for the 'Version' attribute.
static int BUNDLE_FEATURE_COUNT
          The number of structural features of the 'Bundle' class.
static ManifestPackage 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 IMPORTED_PACKAGE
          The meta object id for the 'Imported Package' class.
static int IMPORTED_PACKAGE__NAME
          The feature id for the 'Name' attribute.
static int IMPORTED_PACKAGE__VERSION
          The feature id for the 'Version' containment reference.
static int IMPORTED_PACKAGE_FEATURE_COUNT
          The number of structural features of the 'Imported Package' class.
static int REQUIRED_BUNDLE
          The meta object id for the 'Required Bundle' class.
static int REQUIRED_BUNDLE__SYMBOLIC_NAME
          The feature id for the 'Symbolic Name' attribute.
static int REQUIRED_BUNDLE__VERSION
          The feature id for the 'Version' containment reference.
static int REQUIRED_BUNDLE_FEATURE_COUNT
          The number of structural features of the 'Required Bundle' class.
static int VERSION
          The meta object id for the 'Version' class.
static int VERSION__MAXIMUM
          The feature id for the 'Maximum' attribute.
static int VERSION__MAXIMUM_IS_INCLUSIVE
          The feature id for the 'Maximum Is Inclusive' attribute.
static int VERSION__MINIMUM
          The feature id for the 'Minimum' attribute.
static int VERSION__MINIMUM_IS_INCLUSIVE
          The feature id for the 'Minimum Is Inclusive' attribute.
static int VERSION_FEATURE_COUNT
          The number of structural features of the 'Version' class.
 
Method Summary
 EAttribute getBundle_ActivationPolicy()
          Returns the meta object for the attribute 'Activation Policy'.
 EAttribute getBundle_Activator()
          Returns the meta object for the attribute 'Activator'.
 EReference getBundle_ImportedPackages()
          Returns the meta object for the containment reference list 'Imported Packages'.
 EAttribute getBundle_Name()
          Returns the meta object for the attribute 'Name'.
 EReference getBundle_RequiredBundles()
          Returns the meta object for the containment reference list 'Required Bundles'.
 EAttribute getBundle_RequiredExecutionEnvironment()
          Returns the meta object for the attribute 'Required Execution Environment'.
 EAttribute getBundle_Singleton()
          Returns the meta object for the attribute 'Singleton'.
 EAttribute getBundle_SymbolicName()
          Returns the meta object for the attribute 'Symbolic Name'.
 EAttribute getBundle_Vendor()
          Returns the meta object for the attribute 'Vendor'.
 EAttribute getBundle_Version()
          Returns the meta object for the attribute 'Version'.
 EClass getBundle()
          Returns the meta object for class 'Bundle'.
 EAttribute getImportedPackage_Name()
          Returns the meta object for the attribute 'Name'.
 EReference getImportedPackage_Version()
          Returns the meta object for the containment reference 'Version'.
 EClass getImportedPackage()
          Returns the meta object for class 'Imported Package'.
 ManifestFactory getManifestFactory()
          Returns the factory that creates the instances of the model.
 EAttribute getRequiredBundle_SymbolicName()
          Returns the meta object for the attribute 'Symbolic Name'.
 EReference getRequiredBundle_Version()
          Returns the meta object for the containment reference 'Version'.
 EClass getRequiredBundle()
          Returns the meta object for class 'Required Bundle'.
 EAttribute getVersion_Maximum()
          Returns the meta object for the attribute 'Maximum'.
 EAttribute getVersion_MaximumIsInclusive()
          Returns the meta object for the attribute 'Maximum Is Inclusive'.
 EAttribute getVersion_Minimum()
          Returns the meta object for the attribute 'Minimum'.
 EAttribute getVersion_MinimumIsInclusive()
          Returns the meta object for the attribute 'Minimum Is Inclusive'.
 EClass getVersion()
          Returns the meta object for class 'Version'.
 

Field Detail

eNAME

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

See Also:
Constant Field Values
Generated:

eNS_URI

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

See Also:
Constant Field Values
Generated:

eNS_PREFIX

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

See Also:
Constant Field Values
Generated:

eINSTANCE

static final ManifestPackage eINSTANCE
The singleton instance of the package.

Generated:

BUNDLE

static final int BUNDLE
The meta object id for the 'Bundle' class.

See Also:
org.eclipse.modisco.manifest.impl.BundleImpl, org.eclipse.modisco.manifest.impl.ManifestPackageImpl#getBundle(), Constant Field Values
Generated:

BUNDLE__NAME

static final int BUNDLE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

BUNDLE__SINGLETON

static final int BUNDLE__SINGLETON
The feature id for the 'Singleton' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

BUNDLE__SYMBOLIC_NAME

static final int BUNDLE__SYMBOLIC_NAME
The feature id for the 'Symbolic Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

BUNDLE__VERSION

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

See Also:
Constant Field Values
Generated:
Ordered:

BUNDLE__ACTIVATOR

static final int BUNDLE__ACTIVATOR
The feature id for the 'Activator' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

BUNDLE__ACTIVATION_POLICY

static final int BUNDLE__ACTIVATION_POLICY
The feature id for the 'Activation Policy' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

BUNDLE__REQUIRED_EXECUTION_ENVIRONMENT

static final int BUNDLE__REQUIRED_EXECUTION_ENVIRONMENT
The feature id for the 'Required Execution Environment' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

BUNDLE__VENDOR

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

See Also:
Constant Field Values
Generated:
Ordered:

BUNDLE__REQUIRED_BUNDLES

static final int BUNDLE__REQUIRED_BUNDLES
The feature id for the 'Required Bundles' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

BUNDLE__IMPORTED_PACKAGES

static final int BUNDLE__IMPORTED_PACKAGES
The feature id for the 'Imported Packages' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

BUNDLE_FEATURE_COUNT

static final int BUNDLE_FEATURE_COUNT
The number of structural features of the 'Bundle' class.

See Also:
Constant Field Values
Generated:
Ordered:

REQUIRED_BUNDLE

static final int REQUIRED_BUNDLE
The meta object id for the 'Required Bundle' class.

See Also:
org.eclipse.modisco.manifest.impl.RequiredBundleImpl, org.eclipse.modisco.manifest.impl.ManifestPackageImpl#getRequiredBundle(), Constant Field Values
Generated:

REQUIRED_BUNDLE__SYMBOLIC_NAME

static final int REQUIRED_BUNDLE__SYMBOLIC_NAME
The feature id for the 'Symbolic Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

REQUIRED_BUNDLE__VERSION

static final int REQUIRED_BUNDLE__VERSION
The feature id for the 'Version' containment reference.

See Also:
Constant Field Values
Generated:
Ordered:

REQUIRED_BUNDLE_FEATURE_COUNT

static final int REQUIRED_BUNDLE_FEATURE_COUNT
The number of structural features of the 'Required Bundle' class.

See Also:
Constant Field Values
Generated:
Ordered:

IMPORTED_PACKAGE

static final int IMPORTED_PACKAGE
The meta object id for the 'Imported Package' class.

See Also:
org.eclipse.modisco.manifest.impl.ImportedPackageImpl, org.eclipse.modisco.manifest.impl.ManifestPackageImpl#getImportedPackage(), Constant Field Values
Generated:

IMPORTED_PACKAGE__NAME

static final int IMPORTED_PACKAGE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

IMPORTED_PACKAGE__VERSION

static final int IMPORTED_PACKAGE__VERSION
The feature id for the 'Version' containment reference.

See Also:
Constant Field Values
Generated:
Ordered:

IMPORTED_PACKAGE_FEATURE_COUNT

static final int IMPORTED_PACKAGE_FEATURE_COUNT
The number of structural features of the 'Imported Package' class.

See Also:
Constant Field Values
Generated:
Ordered:

VERSION

static final int VERSION
The meta object id for the 'Version' class.

See Also:
org.eclipse.modisco.manifest.impl.VersionImpl, org.eclipse.modisco.manifest.impl.ManifestPackageImpl#getVersion(), Constant Field Values
Generated:

VERSION__MINIMUM

static final int VERSION__MINIMUM
The feature id for the 'Minimum' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

VERSION__MINIMUM_IS_INCLUSIVE

static final int VERSION__MINIMUM_IS_INCLUSIVE
The feature id for the 'Minimum Is Inclusive' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

VERSION__MAXIMUM

static final int VERSION__MAXIMUM
The feature id for the 'Maximum' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

VERSION__MAXIMUM_IS_INCLUSIVE

static final int VERSION__MAXIMUM_IS_INCLUSIVE
The feature id for the 'Maximum Is Inclusive' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

VERSION_FEATURE_COUNT

static final int VERSION_FEATURE_COUNT
The number of structural features of the 'Version' class.

See Also:
Constant Field Values
Generated:
Ordered:
Method Detail

getBundle

EClass getBundle()
Returns the meta object for class 'Bundle'.

Returns:
the meta object for class 'Bundle'.
See Also:
Bundle
Generated:

getBundle_Name

EAttribute getBundle_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Bundle.getName(), getBundle()
Generated:

getBundle_Singleton

EAttribute getBundle_Singleton()
Returns the meta object for the attribute 'Singleton'.

Returns:
the meta object for the attribute 'Singleton'.
See Also:
Bundle.isSingleton(), getBundle()
Generated:

getBundle_SymbolicName

EAttribute getBundle_SymbolicName()
Returns the meta object for the attribute 'Symbolic Name'.

Returns:
the meta object for the attribute 'Symbolic Name'.
See Also:
Bundle.getSymbolicName(), getBundle()
Generated:

getBundle_Version

EAttribute getBundle_Version()
Returns the meta object for the attribute 'Version'.

Returns:
the meta object for the attribute 'Version'.
See Also:
Bundle.getVersion(), getBundle()
Generated:

getBundle_Activator

EAttribute getBundle_Activator()
Returns the meta object for the attribute 'Activator'.

Returns:
the meta object for the attribute 'Activator'.
See Also:
Bundle.getActivator(), getBundle()
Generated:

getBundle_ActivationPolicy

EAttribute getBundle_ActivationPolicy()
Returns the meta object for the attribute 'Activation Policy'.

Returns:
the meta object for the attribute 'Activation Policy'.
See Also:
Bundle.getActivationPolicy(), getBundle()
Generated:

getBundle_RequiredExecutionEnvironment

EAttribute getBundle_RequiredExecutionEnvironment()
Returns the meta object for the attribute 'Required Execution Environment'.

Returns:
the meta object for the attribute 'Required Execution Environment'.
See Also:
Bundle.getRequiredExecutionEnvironment(), getBundle()
Generated:

getBundle_Vendor

EAttribute getBundle_Vendor()
Returns the meta object for the attribute 'Vendor'.

Returns:
the meta object for the attribute 'Vendor'.
See Also:
Bundle.getVendor(), getBundle()
Generated:

getBundle_RequiredBundles

EReference getBundle_RequiredBundles()
Returns the meta object for the containment reference list 'Required Bundles'.

Returns:
the meta object for the containment reference list 'Required Bundles'.
See Also:
Bundle.getRequiredBundles(), getBundle()
Generated:

getBundle_ImportedPackages

EReference getBundle_ImportedPackages()
Returns the meta object for the containment reference list 'Imported Packages'.

Returns:
the meta object for the containment reference list 'Imported Packages'.
See Also:
Bundle.getImportedPackages(), getBundle()
Generated:

getRequiredBundle

EClass getRequiredBundle()
Returns the meta object for class 'Required Bundle'.

Returns:
the meta object for class 'Required Bundle'.
See Also:
RequiredBundle
Generated:

getRequiredBundle_SymbolicName

EAttribute getRequiredBundle_SymbolicName()
Returns the meta object for the attribute 'Symbolic Name'.

Returns:
the meta object for the attribute 'Symbolic Name'.
See Also:
RequiredBundle.getSymbolicName(), getRequiredBundle()
Generated:

getRequiredBundle_Version

EReference getRequiredBundle_Version()
Returns the meta object for the containment reference 'Version'.

Returns:
the meta object for the containment reference 'Version'.
See Also:
RequiredBundle.getVersion(), getRequiredBundle()
Generated:

getImportedPackage

EClass getImportedPackage()
Returns the meta object for class 'Imported Package'.

Returns:
the meta object for class 'Imported Package'.
See Also:
ImportedPackage
Generated:

getImportedPackage_Name

EAttribute getImportedPackage_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
ImportedPackage.getName(), getImportedPackage()
Generated:

getImportedPackage_Version

EReference getImportedPackage_Version()
Returns the meta object for the containment reference 'Version'.

Returns:
the meta object for the containment reference 'Version'.
See Also:
ImportedPackage.getVersion(), getImportedPackage()
Generated:

getVersion

EClass getVersion()
Returns the meta object for class 'Version'.

Returns:
the meta object for class 'Version'.
See Also:
Version
Generated:

getVersion_Minimum

EAttribute getVersion_Minimum()
Returns the meta object for the attribute 'Minimum'.

Returns:
the meta object for the attribute 'Minimum'.
See Also:
Version.getMinimum(), getVersion()
Generated:

getVersion_MinimumIsInclusive

EAttribute getVersion_MinimumIsInclusive()
Returns the meta object for the attribute 'Minimum Is Inclusive'.

Returns:
the meta object for the attribute 'Minimum Is Inclusive'.
See Also:
Version.isMinimumIsInclusive(), getVersion()
Generated:

getVersion_Maximum

EAttribute getVersion_Maximum()
Returns the meta object for the attribute 'Maximum'.

Returns:
the meta object for the attribute 'Maximum'.
See Also:
Version.getMaximum(), getVersion()
Generated:

getVersion_MaximumIsInclusive

EAttribute getVersion_MaximumIsInclusive()
Returns the meta object for the attribute 'Maximum Is Inclusive'.

Returns:
the meta object for the attribute 'Maximum Is Inclusive'.
See Also:
Version.isMaximumIsInclusive(), getVersion()
Generated:

getManifestFactory

ManifestFactory getManifestFactory()
Returns the factory that creates the instances of the model.

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