TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.util.proxy.impl
Class ITypeProxyImpl

java.lang.Object
  extended byorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended byorg.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended byorg.eclipse.emf.ecore.impl.EObjectImpl
              extended byorg.eclipse.tptp.platform.analysis.util.proxy.impl.IJavaElementProxyImpl
                  extended byorg.eclipse.tptp.platform.analysis.util.proxy.impl.ITypeProxyImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.EObject, IJavaElementProxy, org.eclipse.emf.ecore.InternalEObject, ITypeProxy, org.eclipse.emf.common.notify.Notifier
Direct Known Subclasses:
IComponentTypeProxyImpl, IPrimitiveTypeProxyImpl

public class ITypeProxyImpl
extends IJavaElementProxyImpl
implements ITypeProxy

An implementation of the model object 'IType Proxy'.

The following features are implemented:


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected static int ARRAY_DIMENSION_EDEFAULT
          The default value of the 'Array Dimension' attribute.
protected  int arrayDimension
          The cached value of the 'Array Dimension' attribute.
 
Fields inherited from class org.eclipse.tptp.platform.analysis.util.proxy.impl.IJavaElementProxyImpl
name, NAME_EDEFAULT
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected ITypeProxyImpl()
           
 
Method Summary
static void appendDimension(java.lang.StringBuffer sb, int iDim)
           
 java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature, boolean resolve)
           
 boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature, java.lang.Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 int getArrayDimension()
           
 java.lang.String getFullName()
           
 void setArrayDimension(int newArrayDimension)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.tptp.platform.analysis.util.proxy.impl.IJavaElementProxyImpl
getName, setName
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eStaticFeatureCount, eStore, eURIFragmentSegment
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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, eIsProxy, eResource
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

ARRAY_DIMENSION_EDEFAULT

protected static final int ARRAY_DIMENSION_EDEFAULT
The default value of the 'Array Dimension' attribute.

See Also:
getArrayDimension(), Constant Field Values

arrayDimension

protected int arrayDimension
The cached value of the 'Array Dimension' attribute.

See Also:
getArrayDimension()
Constructor Detail

ITypeProxyImpl

protected ITypeProxyImpl()

Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class IJavaElementProxyImpl

getArrayDimension

public int getArrayDimension()

Specified by:
getArrayDimension in interface ITypeProxy
Returns:
the value of the 'Array Dimension' attribute.
See Also:
ITypeProxy.setArrayDimension(int), ProxyPackage.getITypeProxy_ArrayDimension()

setArrayDimension

public void setArrayDimension(int newArrayDimension)

Specified by:
setArrayDimension in interface ITypeProxy
Parameters:
newArrayDimension - the new value of the 'Array Dimension' attribute.
See Also:
ITypeProxy.getArrayDimension()

getFullName

public java.lang.String getFullName()

Specified by:
getFullName in interface ITypeProxy

appendDimension

public static void appendDimension(java.lang.StringBuffer sb,
                                   int iDim)

eGet

public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                             boolean resolve)

Specified by:
eGet in interface org.eclipse.emf.ecore.EObject
Overrides:
eGet in class IJavaElementProxyImpl

eSet

public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.EObject
Overrides:
eSet in class IJavaElementProxyImpl

eUnset

public void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)

Specified by:
eUnset in interface org.eclipse.emf.ecore.EObject
Overrides:
eUnset in class IJavaElementProxyImpl

eIsSet

public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.EObject
Overrides:
eIsSet in class IJavaElementProxyImpl

toString

public java.lang.String toString()

Overrides:
toString in class IJavaElementProxyImpl

TPTP 4.1.0 Platform Project
Public API Specification