TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.util.proxy
Interface IPackageProxy

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IJavaElementProxy, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
IPackageProxyImpl

public interface IPackageProxy
extends IJavaElementProxy

A representation of the model object 'IPackage Proxy'.

The following features are supported:

See Also:
ProxyPackage.getIPackageProxy()

Method Summary
 org.eclipse.jdt.core.IPackageFragment getPackage()
           
 boolean isIncludeSubPackages()
          Returns the value of the 'Include Sub Packages' attribute.
 void setIncludeSubPackages(boolean value)
          Sets the value of the 'Include Sub Packages' attribute.
 
Methods inherited from interface org.eclipse.tptp.platform.analysis.util.proxy.IJavaElementProxy
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isIncludeSubPackages

public boolean isIncludeSubPackages()
Returns the value of the 'Include Sub Packages' attribute.

If the meaning of the 'Include Sub Packages' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Include Sub Packages' attribute.
See Also:
setIncludeSubPackages(boolean), ProxyPackage.getIPackageProxy_IncludeSubPackages()

setIncludeSubPackages

public void setIncludeSubPackages(boolean value)
Sets the value of the 'Include Sub Packages' attribute.

Parameters:
value - the new value of the 'Include Sub Packages' attribute.
See Also:
isIncludeSubPackages()

getPackage

public org.eclipse.jdt.core.IPackageFragment getPackage()


TPTP 4.1.0 Platform Project
Public API Specification