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

Method Summary
 JvmTypeReference getComponentType()
           
 int getDimensions()
           
 JvmArrayType getType()
          Returns the value of the 'Type' containment reference
 void setType(JvmArrayType value)
          Sets the value of the 'Type' containment reference
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmTypeReference
getIdentifier, getQualifiedName, getQualifiedName, getSimpleName
 
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.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getType

JvmArrayType getType()
Returns the value of the 'Type' containment reference.

If the meaning of the 'Type' containment 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' containment reference.
See Also:
setType(JvmArrayType), TypesPackage.getJvmGenericArrayTypeReference_Type()
EMF generated code
EMF model element
containment="true" resolveProxies="true"

setType

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

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

getComponentType

JvmTypeReference getComponentType()

EMF generated code
EMF model element
kind="operation"

getDimensions

int getDimensions()

EMF generated code
EMF model element
kind="operation"