org.eclipse.modisco.manifest
Interface RequiredBundle


public interface RequiredBundle

A representation of the model object 'Required Bundle'.

The following features are supported:

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

Method Summary
 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.
 

Method Detail

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.getRequiredBundle_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

Version getVersion()
Returns the value of the 'Version' containment reference.

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' containment reference.
See Also:
setVersion(Version), ManifestPackage.getRequiredBundle_Version()
Generated:
Model:
containment="true"

setVersion

void setVersion(Version value)
Sets the value of the 'Version' containment reference.

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