public interface ManifestEntry
The following features are supported:
JavaPackage.getManifestEntry()| Modifier and Type | Method and Description |
|---|---|
|
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. |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
JavaPackage.getManifestEntry_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()getAttributes()
ManifestAttribute.
If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getManifestEntry_Attributes()