public interface Archive extends NamedElement
The following features are supported:
JavaPackage.getArchive()| Modifier and Type | Method and Description |
|---|---|
|
getClassFiles()
Returns the value of the 'Class Files' containment reference list.
|
Manifest |
getManifest()
Returns the value of the 'Manifest' containment reference.
|
java.lang.String |
getOriginalFilePath()
Returns the value of the 'Original File Path' attribute.
|
void |
setManifest(Manifest value)
Sets the value of the '
Manifest' containment reference. |
void |
setOriginalFilePath(java.lang.String value)
Sets the value of the '
Original File Path' attribute. |
getName, getUsagesInImports, isProxy, setName, setProxygetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitjava.lang.String getOriginalFilePath()
If the meaning of the 'Original File Path' attribute isn't clear, there really should be more of a description here...
setOriginalFilePath(String),
JavaPackage.getArchive_OriginalFilePath()void setOriginalFilePath(java.lang.String value)
Original File Path' attribute.
value - the new value of the 'Original File Path' attribute.getOriginalFilePath()getClassFiles()
ClassFile.
If the meaning of the 'Class Files' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getArchive_ClassFiles()Manifest getManifest()
If the meaning of the 'Manifest' containment reference isn't clear, there really should be more of a description here...
setManifest(Manifest),
JavaPackage.getArchive_Manifest()void setManifest(Manifest value)
Manifest' containment reference.
value - the new value of the 'Manifest' containment reference.getManifest()