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.
|
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(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, setOriginalCompilationUniteInternalContainer, from, id, id, iterator, resource, resourceeBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSet, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegmenteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverforEach, spliteratorString getOriginalFilePath()
setOriginalFilePath(String),
JavaPackage.getClassFile_OriginalFilePath()void setOriginalFilePath(String value)
Original File Path' attribute.
value - the new value of the 'Original File Path' attribute.getOriginalFilePath()AbstractTypeDeclaration getType()
setType(AbstractTypeDeclaration),
JavaPackage.getClassFile_Type()void setType(AbstractTypeDeclaration value)
Type' reference.
value - the new value of the 'Type' reference.getType()CompilationUnit getAttachedSource()
setAttachedSource(CompilationUnit),
JavaPackage.getClassFile_AttachedSource()void setAttachedSource(CompilationUnit value)
Attached Source' reference.
value - the new value of the 'Attached Source' reference.getAttachedSource()Package getPackage()
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()Copyright © 2018–2020 Atlanmod. All rights reserved.