|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Bundle
A representation of the model object 'Bundle'.
The following features are supported:
Name
Singleton
Symbolic Name
Version
Activator
Activation Policy
Required Execution Environment
Vendor
Required Bundles
Imported Packages
ManifestPackage.getBundle()
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 |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ManifestPackage.getBundle_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
boolean isSingleton()
If the meaning of the 'Singleton' attribute isn't clear, there really should be more of a description here...
setSingleton(boolean)
,
ManifestPackage.getBundle_Singleton()
void setSingleton(boolean value)
Singleton
' attribute.
value
- the new value of the 'Singleton' attribute.isSingleton()
java.lang.String getSymbolicName()
If the meaning of the 'Symbolic Name' attribute isn't clear, there really should be more of a description here...
setSymbolicName(String)
,
ManifestPackage.getBundle_SymbolicName()
void setSymbolicName(java.lang.String value)
Symbolic Name
' attribute.
value
- the new value of the 'Symbolic Name' attribute.getSymbolicName()
java.lang.String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String)
,
ManifestPackage.getBundle_Version()
void setVersion(java.lang.String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
java.lang.String getActivator()
If the meaning of the 'Activator' attribute isn't clear, there really should be more of a description here...
setActivator(String)
,
ManifestPackage.getBundle_Activator()
void setActivator(java.lang.String value)
Activator
' attribute.
value
- the new value of the 'Activator' attribute.getActivator()
java.lang.String getActivationPolicy()
If the meaning of the 'Activation Policy' attribute isn't clear, there really should be more of a description here...
setActivationPolicy(String)
,
ManifestPackage.getBundle_ActivationPolicy()
void setActivationPolicy(java.lang.String value)
Activation Policy
' attribute.
value
- the new value of the 'Activation Policy' attribute.getActivationPolicy()
java.lang.String getRequiredExecutionEnvironment()
If the meaning of the 'Required Execution Environment' attribute isn't clear, there really should be more of a description here...
setRequiredExecutionEnvironment(String)
,
ManifestPackage.getBundle_RequiredExecutionEnvironment()
void setRequiredExecutionEnvironment(java.lang.String value)
Required Execution Environment
' attribute.
value
- the new value of the 'Required Execution Environment' attribute.getRequiredExecutionEnvironment()
java.lang.String getVendor()
If the meaning of the 'Vendor' attribute isn't clear, there really should be more of a description here...
setVendor(String)
,
ManifestPackage.getBundle_Vendor()
void setVendor(java.lang.String value)
Vendor
' attribute.
value
- the new value of the 'Vendor' attribute.getVendor()
getRequiredBundles()
RequiredBundle
.
If the meaning of the 'Required Bundles' containment reference list isn't clear, there really should be more of a description here...
ManifestPackage.getBundle_RequiredBundles()
getImportedPackages()
ImportedPackage
.
If the meaning of the 'Imported Packages' reference list isn't clear, there really should be more of a description here...
ManifestPackage.getBundle_ImportedPackages()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |