org.eclipse.xtext.common.types
Interface JvmSpecializedTypeReference

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JvmTypeReference, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
XComputedTypeReference, XFunctionTypeRef
All Known Implementing Classes:
JvmSpecializedTypeReferenceImpl, JvmSpecializedTypeReferenceImplCustom, XComputedTypeReferenceImpl, XComputedTypeReferenceImplCustom, XFunctionTypeRefImpl, XFunctionTypeRefImplCustom

public interface JvmSpecializedTypeReference
extends JvmTypeReference

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

The following features are supported:

Since:
2.1
See Also:
TypesPackage.getJvmSpecializedTypeReference()
EMF generated code
EMF model element
abstract="true"

Method Summary
 JvmTypeReference getEquivalent()
          Returns the value of the 'Equivalent' containment reference.
 void setEquivalent(JvmTypeReference value)
          Sets the value of the 'Equivalent' containment 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

getEquivalent

JvmTypeReference getEquivalent()
Returns the value of the 'Equivalent' containment reference.

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

Returns:
the value of the 'Equivalent' containment reference.
See Also:
setEquivalent(JvmTypeReference), TypesPackage.getJvmSpecializedTypeReference_Equivalent()
EMF generated code
EMF model element
containment="true" resolveProxies="true" transient="true"

setEquivalent

void setEquivalent(JvmTypeReference value)
Sets the value of the 'Equivalent' containment reference.

Parameters:
value - the new value of the 'Equivalent' containment reference.
See Also:
getEquivalent()
EMF generated code