org.eclipse.gmt.modisco.java
Interface ManifestEntry


public interface ManifestEntry

A representation of the model object 'Manifest Entry'.

The following features are supported:

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

Method Summary
  getAttributes()
          Returns the value of the 'Attributes' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

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), JavaPackage.getManifestEntry_Name()
Generated:
Model:
unique="false" ordered="false"

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:

getAttributes

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

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

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