org.eclipse.gmt.modisco.java
Interface Manifest


public interface Manifest

A representation of the model object 'Manifest'.

The following features are supported:

See Also:
JavaPackage.getManifest()
Generated:
Model:

Method Summary
  getEntryAttributes()
          Returns the value of the 'Entry Attributes' containment reference list.
  getMainAttributes()
          Returns the value of the 'Main Attributes' containment reference list.
 

Method Detail

getMainAttributes

 getMainAttributes()
Returns the value of the 'Main Attributes' containment reference list. The list contents are of type ManifestAttribute.

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

Returns:
the value of the 'Main Attributes' containment reference list.
See Also:
JavaPackage.getManifest_MainAttributes()
Generated:
Model:
containment="true" ordered="false"

getEntryAttributes

 getEntryAttributes()
Returns the value of the 'Entry Attributes' containment reference list. The list contents are of type ManifestEntry.

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

Returns:
the value of the 'Entry Attributes' containment reference list.
See Also:
JavaPackage.getManifest_EntryAttributes()
Generated:
Model:
containment="true" ordered="false"