org.eclipse.xtext.common.types
Interface JvmGenericArrayTypeReference

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

public interface JvmGenericArrayTypeReference
extends JvmTypeReference

A representation of the model object 'Jvm Generic Array Type Reference'.

The following features are supported:

See Also:
TypesPackage.getJvmGenericArrayTypeReference()
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.

Method Summary
 JvmTypeReference getComponentType()
          Returns the value of the 'Component Type' containment reference.
 int getDimensions()
           
 JvmArrayType getType()
           
 void setComponentType(JvmTypeReference value)
          Sets the value of the 'Component Type' containment 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

getComponentType

JvmTypeReference getComponentType()
Returns the value of the 'Component Type' containment reference.

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

Returns:
the value of the 'Component Type' containment reference.
See Also:
setComponentType(JvmTypeReference), TypesPackage.getJvmGenericArrayTypeReference_ComponentType()
EMF generated code
EMF model element
containment="true" resolveProxies="true"

setComponentType

void setComponentType(JvmTypeReference value)
Sets the value of the 'Component Type' containment reference.

Parameters:
value - the new value of the 'Component Type' containment reference.
Since:
2.1
See Also:
getComponentType()
EMF generated code

getDimensions

int getDimensions()

EMF generated code
EMF model element
kind="operation"

getType

JvmArrayType getType()

Specified by:
getType in interface JvmTypeReference
EMF generated code
EMF model element
kind="operation"