org.eclipse.xtext.common.types
Interface JvmDelegateTypeReference

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JvmTypeReference, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
JvmDelegateTypeReferenceImpl, JvmDelegateTypeReferenceImplCustom

public interface JvmDelegateTypeReference
extends JvmTypeReference

A representation of the model object 'Jvm Delegate Type Reference'.

The following features are supported:

Since:
2.1
See Also:
TypesPackage.getJvmDelegateTypeReference()
EMF generated code
EMF model element
This interface is not intended to be implemented by clients.
This interface is not intended to be implemented by clients.

Method Summary
 JvmTypeReference getDelegate()
          Returns the value of the 'Delegate' reference.
 void setDelegate(JvmTypeReference value)
          Sets the value of the 'Delegate' reference.
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmTypeReference
accept, accept, getIdentifier, getQualifiedName, getQualifiedName, getSimpleName, getType
 
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

getDelegate

JvmTypeReference getDelegate()
Returns the value of the 'Delegate' reference.

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

Returns:
the value of the 'Delegate' reference.
See Also:
setDelegate(JvmTypeReference), TypesPackage.getJvmDelegateTypeReference_Delegate()
EMF generated code
EMF model element

setDelegate

void setDelegate(JvmTypeReference value)
Sets the value of the 'Delegate' reference.

Parameters:
value - the new value of the 'Delegate' reference.
See Also:
getDelegate()
EMF generated code