org.eclipse.modisco.manifest
Interface ImportedPackage


public interface ImportedPackage

A representation of the model object 'Imported Package'.

The following features are supported:

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

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 Version getVersion()
          Returns the value of the 'Version' containment reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setVersion(Version value)
          Sets the value of the 'Version' containment reference.
 

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.getImportedPackage_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:

getVersion

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

If the meaning of the 'Version' reference 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.getImportedPackage_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: