org.eclipse.modisco.manifest
Interface Bundle


public interface Bundle

A representation of the model object 'Bundle'.

The following features are supported:

See Also:
ManifestPackage.getBundle()
Generated:
Model:

Method Summary
 java.lang.String getActivationPolicy()
          Returns the value of the 'Activation Policy' attribute.
 java.lang.String getActivator()
          Returns the value of the 'Activator' attribute.
  getImportedPackages()
          Returns the value of the 'Imported Packages' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
  getRequiredBundles()
          Returns the value of the 'Required Bundles' containment reference list.
 java.lang.String getRequiredExecutionEnvironment()
          Returns the value of the 'Required Execution Environment' attribute.
 java.lang.String getSymbolicName()
          Returns the value of the 'Symbolic Name' attribute.
 java.lang.String getVendor()
          Returns the value of the 'Vendor' attribute.
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute.
 boolean isSingleton()
          Returns the value of the 'Singleton' attribute.
 void setActivationPolicy(java.lang.String value)
          Sets the value of the 'Activation Policy' attribute.
 void setActivator(java.lang.String value)
          Sets the value of the 'Activator' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setRequiredExecutionEnvironment(java.lang.String value)
          Sets the value of the 'Required Execution Environment' attribute.
 void setSingleton(boolean value)
          Sets the value of the 'Singleton' attribute.
 void setSymbolicName(java.lang.String value)
          Sets the value of the 'Symbolic Name' attribute.
 void setVendor(java.lang.String value)
          Sets the value of the 'Vendor' attribute.
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute.
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ManifestPackage.getBundle_Name()
Generated:
Model:

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

isSingleton

boolean isSingleton()
Returns the value of the 'Singleton' attribute.

If the meaning of the 'Singleton' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Singleton' attribute.
See Also:
setSingleton(boolean), ManifestPackage.getBundle_Singleton()
Generated:
Model:

setSingleton

void setSingleton(boolean value)
Sets the value of the 'Singleton' attribute.

Parameters:
value - the new value of the 'Singleton' attribute.
See Also:
isSingleton()
Generated:

getSymbolicName

java.lang.String getSymbolicName()
Returns the value of the 'Symbolic Name' attribute.

If the meaning of the 'Symbolic Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Symbolic Name' attribute.
See Also:
setSymbolicName(String), ManifestPackage.getBundle_SymbolicName()
Generated:
Model:

setSymbolicName

void setSymbolicName(java.lang.String value)
Sets the value of the 'Symbolic Name' attribute.

Parameters:
value - the new value of the 'Symbolic Name' attribute.
See Also:
getSymbolicName()
Generated:

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), ManifestPackage.getBundle_Version()
Generated:
Model:

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()
Generated:

getActivator

java.lang.String getActivator()
Returns the value of the 'Activator' attribute.

If the meaning of the 'Activator' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Activator' attribute.
See Also:
setActivator(String), ManifestPackage.getBundle_Activator()
Generated:
Model:

setActivator

void setActivator(java.lang.String value)
Sets the value of the 'Activator' attribute.

Parameters:
value - the new value of the 'Activator' attribute.
See Also:
getActivator()
Generated:

getActivationPolicy

java.lang.String getActivationPolicy()
Returns the value of the 'Activation Policy' attribute.

If the meaning of the 'Activation Policy' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Activation Policy' attribute.
See Also:
setActivationPolicy(String), ManifestPackage.getBundle_ActivationPolicy()
Generated:
Model:

setActivationPolicy

void setActivationPolicy(java.lang.String value)
Sets the value of the 'Activation Policy' attribute.

Parameters:
value - the new value of the 'Activation Policy' attribute.
See Also:
getActivationPolicy()
Generated:

getRequiredExecutionEnvironment

java.lang.String getRequiredExecutionEnvironment()
Returns the value of the 'Required Execution Environment' attribute.

If the meaning of the 'Required Execution Environment' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Required Execution Environment' attribute.
See Also:
setRequiredExecutionEnvironment(String), ManifestPackage.getBundle_RequiredExecutionEnvironment()
Generated:
Model:

setRequiredExecutionEnvironment

void setRequiredExecutionEnvironment(java.lang.String value)
Sets the value of the 'Required Execution Environment' attribute.

Parameters:
value - the new value of the 'Required Execution Environment' attribute.
See Also:
getRequiredExecutionEnvironment()
Generated:

getVendor

java.lang.String getVendor()
Returns the value of the 'Vendor' attribute.

If the meaning of the 'Vendor' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Vendor' attribute.
See Also:
setVendor(String), ManifestPackage.getBundle_Vendor()
Generated:
Model:

setVendor

void setVendor(java.lang.String value)
Sets the value of the 'Vendor' attribute.

Parameters:
value - the new value of the 'Vendor' attribute.
See Also:
getVendor()
Generated:

getRequiredBundles

 getRequiredBundles()
Returns the value of the 'Required Bundles' containment reference list. The list contents are of type RequiredBundle.

If the meaning of the 'Required Bundles' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Required Bundles' containment reference list.
See Also:
ManifestPackage.getBundle_RequiredBundles()
Generated:
Model:
containment="true"

getImportedPackages

 getImportedPackages()
Returns the value of the 'Imported Packages' containment reference list. The list contents are of type ImportedPackage.

If the meaning of the 'Imported Packages' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Imported Packages' containment reference list.
See Also:
ManifestPackage.getBundle_ImportedPackages()
Generated:
Model:
containment="true"