TPTP 4.1.0 Platform Project
Public API Specification

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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IJavaElementProxy, ITypeProxy, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
IClassProxy, IInterfaceProxy
All Known Implementing Classes:
IClassProxyImpl, IComponentTypeProxyImpl, IInterfaceProxyImpl

public interface IComponentTypeProxy
extends ITypeProxy

A representation of the model object 'IComponent Type Proxy'.

The following features are supported:

See Also:
ProxyPackage.getIComponentTypeProxy()

Method Summary
 IPackageProxy getPackageProxy()
          Returns the value of the 'Package Proxy' containment reference.
 org.eclipse.jdt.core.IType getType()
           
 void setPackageProxy(IPackageProxy value)
          Sets the value of the 'Package Proxy' containment reference.
 
Methods inherited from interface org.eclipse.tptp.platform.analysis.util.proxy.ITypeProxy
getArrayDimension, getFullName, setArrayDimension
 
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

getPackageProxy

public IPackageProxy getPackageProxy()
Returns the value of the 'Package Proxy' containment reference.

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

Returns:
the value of the 'Package Proxy' containment reference.
See Also:
setPackageProxy(IPackageProxy), ProxyPackage.getIComponentTypeProxy_PackageProxy()

setPackageProxy

public void setPackageProxy(IPackageProxy value)
Sets the value of the 'Package Proxy' containment reference.

Parameters:
value - the new value of the 'Package Proxy' containment reference.
See Also:
getPackageProxy()

getType

public org.eclipse.jdt.core.IType getType()


TPTP 4.1.0 Platform Project
Public API Specification