public interface ClassFile extends NamedElement
The following features are supported:
JavaPackage.getClassFile()| Modifier and Type | Method and Description |
|---|---|
CompilationUnit |
getAttachedSource()
Returns the value of the 'Attached Source' reference.
|
java.lang.String |
getOriginalFilePath()
Returns the value of the 'Original File Path' attribute.
|
Package |
getPackage()
Returns the value of the 'Package' reference.
|
AbstractTypeDeclaration |
getType()
Returns the value of the 'Type' reference.
|
void |
setAttachedSource(CompilationUnit value)
Sets the value of the '
Attached Source' reference. |
void |
setOriginalFilePath(java.lang.String value)
Sets the value of the '
Original File Path' attribute. |
void |
setPackage(Package value)
Sets the value of the '
Package' reference. |
void |
setType(AbstractTypeDeclaration value)
Sets the value of the '
Type' reference. |
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.getClassFile_OriginalFilePath()void setOriginalFilePath(java.lang.String value)
Original File Path' attribute.
value - the new value of the 'Original File Path' attribute.getOriginalFilePath()AbstractTypeDeclaration getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(AbstractTypeDeclaration),
JavaPackage.getClassFile_Type()void setType(AbstractTypeDeclaration value)
Type' reference.
value - the new value of the 'Type' reference.getType()CompilationUnit getAttachedSource()
If the meaning of the 'Attached Source' reference isn't clear, there really should be more of a description here...
setAttachedSource(CompilationUnit),
JavaPackage.getClassFile_AttachedSource()void setAttachedSource(CompilationUnit value)
Attached Source' reference.
value - the new value of the 'Attached Source' reference.getAttachedSource()Package getPackage()
If the meaning of the 'Package' reference isn't clear, there really should be more of a description here...
setPackage(org.eclipse.gmt.modisco.java.Package),
JavaPackage.getClassFile_Package()void setPackage(Package value)
Package' reference.
value - the new value of the 'Package' reference.getPackage()