TPTP 4.1.0 Platform Project
Public API Specification

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

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

public interface ITypeProxy
extends IJavaElementProxy

A representation of the model object 'IType Proxy'.

The following features are supported:

See Also:
ProxyPackage.getITypeProxy()

Method Summary
 int getArrayDimension()
          Returns the value of the 'Array Dimension' attribute.
 java.lang.String getFullName()
           
 void setArrayDimension(int value)
          Sets the value of the 'Array Dimension' 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

getArrayDimension

public int getArrayDimension()
Returns the value of the 'Array Dimension' attribute.

If the meaning of the 'Array Dimension' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Array Dimension' attribute.
See Also:
setArrayDimension(int), ProxyPackage.getITypeProxy_ArrayDimension()

setArrayDimension

public void setArrayDimension(int value)
Sets the value of the 'Array Dimension' attribute.

Parameters:
value - the new value of the 'Array Dimension' attribute.
See Also:
getArrayDimension()

getFullName

public java.lang.String getFullName()


TPTP 4.1.0 Platform Project
Public API Specification