public interface JvmGenericArrayTypeReference extends JvmTypeReference
The following features are supported:
TypesPackage.getJvmGenericArrayTypeReference()| Modifier and Type | Method and Description |
|---|---|
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 |
accept, accept, getIdentifier, getQualifiedName, getQualifiedName, getSimpleNameJvmTypeReference getComponentType()
If the meaning of the 'Component Type' containment reference isn't clear, there really should be more of a description here...
setComponentType(JvmTypeReference),
TypesPackage.getJvmGenericArrayTypeReference_ComponentType()void setComponentType(JvmTypeReference value)
Component Type' containment reference.
value - the new value of the 'Component Type' containment reference.getComponentType()int getDimensions()
JvmArrayType getType()
getType in interface JvmTypeReference