public interface RequiredBundle
The following features are supported:
ManifestPackage.getRequiredBundle()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSymbolicName()
Returns the value of the 'Symbolic Name' attribute.
|
Version |
getVersion()
Returns the value of the 'Version' containment reference.
|
void |
setSymbolicName(java.lang.String value)
Sets the value of the '
Symbolic Name' attribute. |
void |
setVersion(Version value)
Sets the value of the '
Version' containment reference. |
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.getRequiredBundle_SymbolicName()void setSymbolicName(java.lang.String value)
Symbolic Name' attribute.
value - the new value of the 'Symbolic Name' attribute.getSymbolicName()Version getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(Version),
ManifestPackage.getRequiredBundle_Version()void setVersion(Version value)
Version' containment reference.
value - the new value of the 'Version' containment reference.getVersion()