org.eclipse.gmt.modisco.java
Interface Archive

All Superinterfaces:
ASTNode, NamedElement

public interface Archive
extends NamedElement

A representation of the model object 'Archive'.

The following features are supported:

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

Method Summary
  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.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.NamedElement
getName, getUsagesInImports, isProxy, setName, setProxy
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getOriginalFilePath

java.lang.String getOriginalFilePath()
Returns the value of the 'Original File Path' attribute.

If the meaning of the 'Original File Path' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Original File Path' attribute.
See Also:
setOriginalFilePath(String), JavaPackage.getArchive_OriginalFilePath()
Generated:
Model:
unique="false" required="true" ordered="false"

setOriginalFilePath

void setOriginalFilePath(java.lang.String value)
Sets the value of the 'Original File Path' attribute.

Parameters:
value - the new value of the 'Original File Path' attribute.
See Also:
getOriginalFilePath()
Generated:

getClassFiles

 getClassFiles()
Returns the value of the 'Class Files' containment reference list. The list contents are of type ClassFile.

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

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

getManifest

Manifest getManifest()
Returns the value of the 'Manifest' containment reference.

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

Returns:
the value of the 'Manifest' containment reference.
See Also:
setManifest(Manifest), JavaPackage.getArchive_Manifest()
Generated:
Model:
containment="true" ordered="false"

setManifest

void setManifest(Manifest value)
Sets the value of the 'Manifest' containment reference.

Parameters:
value - the new value of the 'Manifest' containment reference.
See Also:
getManifest()
Generated: