org.eclipse.xtext.xtype
Interface XComputedTypeReference

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JvmSpecializedTypeReference, JvmTypeReference, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
XComputedTypeReferenceImpl, XComputedTypeReferenceImplCustom

public interface XComputedTypeReference
extends JvmSpecializedTypeReference

A representation of the model object 'XComputed Type Reference'.

The following features are supported:

See Also:
XtypePackage.getXComputedTypeReference()
EMF generated code
EMF model element

Method Summary
 IJvmTypeReferenceProvider getTypeProvider()
          Returns the value of the 'Type Provider' attribute.
 void setTypeProvider(IJvmTypeReferenceProvider value)
          Sets the value of the 'Type Provider' attribute.
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmSpecializedTypeReference
getEquivalent, setEquivalent
 
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

getTypeProvider

IJvmTypeReferenceProvider getTypeProvider()
Returns the value of the 'Type Provider' attribute.

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

Returns:
the value of the 'Type Provider' attribute.
See Also:
setTypeProvider(IJvmTypeReferenceProvider), XtypePackage.getXComputedTypeReference_TypeProvider()
EMF generated code
EMF model element
dataType="org.eclipse.xtext.xtype.IJvmTypeReferenceProvider" transient="true"

setTypeProvider

void setTypeProvider(IJvmTypeReferenceProvider value)
Sets the value of the 'Type Provider' attribute.

Parameters:
value - the new value of the 'Type Provider' attribute.
See Also:
getTypeProvider()
EMF generated code