org.eclipse.xtext.common.types
Interface JvmCompoundTypeReference

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JvmTypeReference, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
JvmMultiTypeReference, JvmSynonymTypeReference
All Known Implementing Classes:
JvmCompoundTypeReferenceImpl, JvmCompoundTypeReferenceImplCustom, JvmMultiTypeReferenceImpl, JvmMultiTypeReferenceImplCustom, JvmSynonymTypeReferenceImpl, JvmSynonymTypeReferenceImplCustom

public interface JvmCompoundTypeReference
extends JvmTypeReference

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

The following features are supported:

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

Method Summary
 org.eclipse.emf.common.util.EList<JvmTypeReference> getReferences()
          Returns the value of the 'References' containment reference list.
 JvmType getType()
          Returns the value of the 'Type' reference.
 void setType(JvmType value)
          Sets the value of the 'Type' reference.
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmTypeReference
accept, accept, getIdentifier, getQualifiedName, getQualifiedName, getSimpleName
 
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

getType

JvmType getType()
Returns the value of the 'Type' reference.

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

Specified by:
getType in interface JvmTypeReference
Returns:
the value of the 'Type' reference.
See Also:
setType(JvmType), TypesPackage.getJvmCompoundTypeReference_Type()
EMF generated code
EMF model element

setType

void setType(JvmType value)
Sets the value of the 'Type' reference.

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

getReferences

org.eclipse.emf.common.util.EList<JvmTypeReference> getReferences()
Returns the value of the 'References' containment reference list. The list contents are of type JvmTypeReference.

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

Returns:
the value of the 'References' containment reference list.
See Also:
TypesPackage.getJvmCompoundTypeReference_References()
EMF generated code
EMF model element
containment="true" resolveProxies="true"