org.eclipse.xtext.common.types
Interface JvmUnknownTypeReference

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

public interface JvmUnknownTypeReference
extends JvmTypeReference

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

The following features are supported:

Since:
2.1
See Also:
TypesPackage.getJvmUnknownTypeReference()
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.
This class is not intended to be subclassed by clients.
This interface is not intended to be extended by clients.

Method Summary
 java.lang.Exception getException()
          Returns the value of the 'Exception' attribute.
 void setException(java.lang.Exception value)
          Sets the value of the 'Exception' attribute.
 
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

getException

java.lang.Exception getException()
Returns the value of the 'Exception' attribute.

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

Returns:
the value of the 'Exception' attribute.
See Also:
setException(Exception), TypesPackage.getJvmUnknownTypeReference_Exception()
EMF generated code
EMF model element
dataType="org.eclipse.xtext.common.types.Exception" transient="true"

setException

void setException(java.lang.Exception value)
Sets the value of the 'Exception' attribute.

Parameters:
value - the new value of the 'Exception' attribute.
See Also:
getException()
EMF generated code