Package org.eclipse.xtext.xtype
Interface XComputedTypeReference
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.xtext.common.types.JvmSpecializedTypeReference,org.eclipse.xtext.common.types.JvmTypeReference,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
XComputedTypeReferenceImpl,XComputedTypeReferenceImplCustom
public interface XComputedTypeReference extends org.eclipse.xtext.common.types.JvmSpecializedTypeReferenceA representation of the model object 'XComputed Type Reference'.- Since:
- 2.7
- See Also:
XtypePackage.getXComputedTypeReference()- Noextend:
- This interface is not intended to be extended by clients.
- Noimplement:
- This interface is not intended to be implemented by clients.
The following features are supported:
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IJvmTypeReferenceProvidergetTypeProvider()Returns the value of the 'Type Provider' attribute.voidsetTypeProvider(IJvmTypeReferenceProvider value)Sets the value of the 'Type Provider' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.xtext.common.types.JvmSpecializedTypeReference
getEquivalent, setEquivalent
-
-
-
-
Method Detail
-
getTypeProvider
IJvmTypeReferenceProvider getTypeProvider()
Returns the value of the 'Type Provider' attribute.- Returns:
- the value of the 'Type Provider' attribute.
- See Also:
setTypeProvider(IJvmTypeReferenceProvider),XtypePackage.getXComputedTypeReference_TypeProvider()- Model:
- dataType="org.eclipse.xtext.xtype.IJvmTypeReferenceProvider" transient="true"
- Generated:
-
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()- Generated:
-
-