org.eclipse.modisco.manifest
Interface ManifestPackage.Literals

Enclosing interface:
ManifestPackage

public static interface ManifestPackage.Literals

Defines literals for the meta objects that represent

Generated:

Field Summary
static EClass BUNDLE
          The meta object literal for the 'Bundle' class.
static EAttribute BUNDLE__ACTIVATION_POLICY
          The meta object literal for the 'Activation Policy' attribute feature.
static EAttribute BUNDLE__ACTIVATOR
          The meta object literal for the 'Activator' attribute feature.
static EReference BUNDLE__IMPORTED_PACKAGES
          The meta object literal for the 'Imported Packages' containment reference list feature.
static EAttribute BUNDLE__NAME
          The meta object literal for the 'Name' attribute feature.
static EReference BUNDLE__REQUIRED_BUNDLES
          The meta object literal for the 'Required Bundles' containment reference list feature.
static EAttribute BUNDLE__REQUIRED_EXECUTION_ENVIRONMENT
          The meta object literal for the 'Required Execution Environment' attribute feature.
static EAttribute BUNDLE__SINGLETON
          The meta object literal for the 'Singleton' attribute feature.
static EAttribute BUNDLE__SYMBOLIC_NAME
          The meta object literal for the 'Symbolic Name' attribute feature.
static EAttribute BUNDLE__VENDOR
          The meta object literal for the 'Vendor' attribute feature.
static EAttribute BUNDLE__VERSION
          The meta object literal for the 'Version' attribute feature.
static EClass IMPORTED_PACKAGE
          The meta object literal for the 'Imported Package' class.
static EAttribute IMPORTED_PACKAGE__NAME
          The meta object literal for the 'Name' attribute feature.
static EReference IMPORTED_PACKAGE__VERSION
          The meta object literal for the 'Version' containment reference feature.
static EClass REQUIRED_BUNDLE
          The meta object literal for the 'Required Bundle' class.
static EAttribute REQUIRED_BUNDLE__SYMBOLIC_NAME
          The meta object literal for the 'Symbolic Name' attribute feature.
static EReference REQUIRED_BUNDLE__VERSION
          The meta object literal for the 'Version' containment reference feature.
static EClass VERSION
          The meta object literal for the 'Version' class.
static EAttribute VERSION__MAXIMUM
          The meta object literal for the 'Maximum' attribute feature.
static EAttribute VERSION__MAXIMUM_IS_INCLUSIVE
          The meta object literal for the 'Maximum Is Inclusive' attribute feature.
static EAttribute VERSION__MINIMUM
          The meta object literal for the 'Minimum' attribute feature.
static EAttribute VERSION__MINIMUM_IS_INCLUSIVE
          The meta object literal for the 'Minimum Is Inclusive' attribute feature.
 

Field Detail

BUNDLE

static final EClass BUNDLE
The meta object literal for the 'Bundle' class.

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

BUNDLE__NAME

static final EAttribute BUNDLE__NAME
The meta object literal for the 'Name' attribute feature.

Generated:

BUNDLE__SINGLETON

static final EAttribute BUNDLE__SINGLETON
The meta object literal for the 'Singleton' attribute feature.

Generated:

BUNDLE__SYMBOLIC_NAME

static final EAttribute BUNDLE__SYMBOLIC_NAME
The meta object literal for the 'Symbolic Name' attribute feature.

Generated:

BUNDLE__VERSION

static final EAttribute BUNDLE__VERSION
The meta object literal for the 'Version' attribute feature.

Generated:

BUNDLE__ACTIVATOR

static final EAttribute BUNDLE__ACTIVATOR
The meta object literal for the 'Activator' attribute feature.

Generated:

BUNDLE__ACTIVATION_POLICY

static final EAttribute BUNDLE__ACTIVATION_POLICY
The meta object literal for the 'Activation Policy' attribute feature.

Generated:

BUNDLE__REQUIRED_EXECUTION_ENVIRONMENT

static final EAttribute BUNDLE__REQUIRED_EXECUTION_ENVIRONMENT
The meta object literal for the 'Required Execution Environment' attribute feature.

Generated:

BUNDLE__VENDOR

static final EAttribute BUNDLE__VENDOR
The meta object literal for the 'Vendor' attribute feature.

Generated:

BUNDLE__REQUIRED_BUNDLES

static final EReference BUNDLE__REQUIRED_BUNDLES
The meta object literal for the 'Required Bundles' containment reference list feature.

Generated:

BUNDLE__IMPORTED_PACKAGES

static final EReference BUNDLE__IMPORTED_PACKAGES
The meta object literal for the 'Imported Packages' containment reference list feature.

Generated:

REQUIRED_BUNDLE

static final EClass REQUIRED_BUNDLE
The meta object literal for the 'Required Bundle' class.

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

REQUIRED_BUNDLE__SYMBOLIC_NAME

static final EAttribute REQUIRED_BUNDLE__SYMBOLIC_NAME
The meta object literal for the 'Symbolic Name' attribute feature.

Generated:

REQUIRED_BUNDLE__VERSION

static final EReference REQUIRED_BUNDLE__VERSION
The meta object literal for the 'Version' containment reference feature.

Generated:

IMPORTED_PACKAGE

static final EClass IMPORTED_PACKAGE
The meta object literal for the 'Imported Package' class.

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

IMPORTED_PACKAGE__NAME

static final EAttribute IMPORTED_PACKAGE__NAME
The meta object literal for the 'Name' attribute feature.

Generated:

IMPORTED_PACKAGE__VERSION

static final EReference IMPORTED_PACKAGE__VERSION
The meta object literal for the 'Version' containment reference feature.

Generated:

VERSION

static final EClass VERSION
The meta object literal for the 'Version' class.

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

VERSION__MINIMUM

static final EAttribute VERSION__MINIMUM
The meta object literal for the 'Minimum' attribute feature.

Generated:

VERSION__MINIMUM_IS_INCLUSIVE

static final EAttribute VERSION__MINIMUM_IS_INCLUSIVE
The meta object literal for the 'Minimum Is Inclusive' attribute feature.

Generated:

VERSION__MAXIMUM

static final EAttribute VERSION__MAXIMUM
The meta object literal for the 'Maximum' attribute feature.

Generated:

VERSION__MAXIMUM_IS_INCLUSIVE

static final EAttribute VERSION__MAXIMUM_IS_INCLUSIVE
The meta object literal for the 'Maximum Is Inclusive' attribute feature.

Generated: