TPTP 4.2.0 Platform Project
Public API Specification

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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
IClassProxy, IComponentTypeProxy, IFieldProxy, IInterfaceProxy, IMemberProxy, IMethodProxy, IPackageProxy, IPrimitiveTypeProxy, IStaticInitializerProxy, ITypeProxy
All Known Implementing Classes:
IClassProxyImpl, IComponentTypeProxyImpl, IFieldProxyImpl, IInterfaceProxyImpl, IJavaElementProxyImpl, IMemberProxyImpl, IMethodProxyImpl, IPackageProxyImpl, IPrimitiveTypeProxyImpl, IStaticInitializerProxyImpl, ITypeProxyImpl

public interface IJavaElementProxy
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'IJava Element Proxy'.

The following features are supported:

See Also:
ProxyPackage.getIJavaElementProxy()
Generated
[EMF] Model

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 
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

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ProxyPackage.getIJavaElementProxy_Name()
Generated
[EMF] Model
dataType="org.eclipse.tptp.platform.analysis.util.proxy.String"

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated

TPTP 4.2.0 Platform Project
Public API Specification