|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManifestPackage
The Package for the model. It contains accessors for the meta objects to represent
ManifestFactory| 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 |
|---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final ManifestPackage eINSTANCE
static final int BUNDLE
Bundle' class.
org.eclipse.modisco.manifest.impl.BundleImpl,
org.eclipse.modisco.manifest.impl.ManifestPackageImpl#getBundle(),
Constant Field Valuesstatic final int BUNDLE__NAME
static final int BUNDLE__SINGLETON
static final int BUNDLE__SYMBOLIC_NAME
static final int BUNDLE__VERSION
static final int BUNDLE__ACTIVATOR
static final int BUNDLE__ACTIVATION_POLICY
static final int BUNDLE__REQUIRED_EXECUTION_ENVIRONMENT
static final int BUNDLE__VENDOR
static final int BUNDLE__REQUIRED_BUNDLES
static final int BUNDLE__IMPORTED_PACKAGES
static final int BUNDLE_FEATURE_COUNT
static final int REQUIRED_BUNDLE
Required Bundle' class.
org.eclipse.modisco.manifest.impl.RequiredBundleImpl,
org.eclipse.modisco.manifest.impl.ManifestPackageImpl#getRequiredBundle(),
Constant Field Valuesstatic final int REQUIRED_BUNDLE__SYMBOLIC_NAME
static final int REQUIRED_BUNDLE__VERSION
static final int REQUIRED_BUNDLE_FEATURE_COUNT
static final int IMPORTED_PACKAGE
Imported Package' class.
org.eclipse.modisco.manifest.impl.ImportedPackageImpl,
org.eclipse.modisco.manifest.impl.ManifestPackageImpl#getImportedPackage(),
Constant Field Valuesstatic final int IMPORTED_PACKAGE__NAME
static final int IMPORTED_PACKAGE__VERSION
static final int IMPORTED_PACKAGE_FEATURE_COUNT
static final int VERSION
Version' class.
org.eclipse.modisco.manifest.impl.VersionImpl,
org.eclipse.modisco.manifest.impl.ManifestPackageImpl#getVersion(),
Constant Field Valuesstatic final int VERSION__MINIMUM
static final int VERSION__MINIMUM_IS_INCLUSIVE
static final int VERSION__MAXIMUM
static final int VERSION__MAXIMUM_IS_INCLUSIVE
static final int VERSION_FEATURE_COUNT
| Method Detail |
|---|
EClass getBundle()
Bundle'.
BundleEAttribute getBundle_Name()
Name'.
Bundle.getName(),
getBundle()EAttribute getBundle_Singleton()
Singleton'.
Bundle.isSingleton(),
getBundle()EAttribute getBundle_SymbolicName()
Symbolic Name'.
Bundle.getSymbolicName(),
getBundle()EAttribute getBundle_Version()
Version'.
Bundle.getVersion(),
getBundle()EAttribute getBundle_Activator()
Activator'.
Bundle.getActivator(),
getBundle()EAttribute getBundle_ActivationPolicy()
Activation Policy'.
Bundle.getActivationPolicy(),
getBundle()EAttribute getBundle_RequiredExecutionEnvironment()
Required Execution Environment'.
Bundle.getRequiredExecutionEnvironment(),
getBundle()EAttribute getBundle_Vendor()
Vendor'.
Bundle.getVendor(),
getBundle()EReference getBundle_RequiredBundles()
Required Bundles'.
Bundle.getRequiredBundles(),
getBundle()EReference getBundle_ImportedPackages()
Imported Packages'.
Bundle.getImportedPackages(),
getBundle()EClass getRequiredBundle()
Required Bundle'.
RequiredBundleEAttribute getRequiredBundle_SymbolicName()
Symbolic Name'.
RequiredBundle.getSymbolicName(),
getRequiredBundle()EReference getRequiredBundle_Version()
Version'.
RequiredBundle.getVersion(),
getRequiredBundle()EClass getImportedPackage()
Imported Package'.
ImportedPackageEAttribute getImportedPackage_Name()
Name'.
ImportedPackage.getName(),
getImportedPackage()EReference getImportedPackage_Version()
Version'.
ImportedPackage.getVersion(),
getImportedPackage()EClass getVersion()
Version'.
VersionEAttribute getVersion_Minimum()
Minimum'.
Version.getMinimum(),
getVersion()EAttribute getVersion_MinimumIsInclusive()
Minimum Is Inclusive'.
Version.isMinimumIsInclusive(),
getVersion()EAttribute getVersion_Maximum()
Maximum'.
Version.getMaximum(),
getVersion()EAttribute getVersion_MaximumIsInclusive()
Maximum Is Inclusive'.
Version.isMaximumIsInclusive(),
getVersion()ManifestFactory getManifestFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||