public interface JvmArrayType extends JvmComponentType
The following features are supported:
TypesPackage.getJvmArrayType()| Modifier and Type | Method and Description |
|---|---|
JvmComponentType |
getComponentType()
Returns the value of the 'Component Type' container reference.
|
int |
getDimensions() |
void |
setComponentType(JvmComponentType value)
Sets the value of the '
Component Type' container reference |
getArrayType, setArrayTypegetIdentifier, getQualifiedName, getQualifiedName, getSimpleNameJvmComponentType getComponentType()
Array Type'.
If the meaning of the 'Component Type' container reference isn't clear, there really should be more of a description here...
setComponentType(JvmComponentType),
TypesPackage.getJvmArrayType_ComponentType(),
JvmComponentType.getArrayType()void setComponentType(JvmComponentType value)
Component Type' container reference.
value - the new value of the 'Component Type' container reference.getComponentType()int getDimensions()