public interface ArrayType extends Type
The following features are supported:
JavaPackage.getArrayType()| Modifier and Type | Method and Description |
|---|---|
int |
getDimensions()
Returns the value of the 'Dimensions' attribute.
|
TypeAccess |
getElementType()
Returns the value of the 'Element Type' containment reference.
|
void |
setDimensions(int value)
Sets the value of the '
Dimensions' attribute. |
void |
setElementType(TypeAccess value)
Sets the value of the '
Element Type' containment reference. |
getUsagesInTypeAccessgetName, getUsagesInImports, isProxy, setName, setProxygetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitint getDimensions()
If the meaning of the 'Dimensions' attribute isn't clear, there really should be more of a description here...
setDimensions(int),
JavaPackage.getArrayType_Dimensions()void setDimensions(int value)
Dimensions' attribute.
value - the new value of the 'Dimensions' attribute.getDimensions()TypeAccess getElementType()
If the meaning of the 'Element Type' containment reference isn't clear, there really should be more of a description here...
setElementType(TypeAccess),
JavaPackage.getArrayType_ElementType()void setElementType(TypeAccess value)
Element Type' containment reference.
value - the new value of the 'Element Type' containment reference.getElementType()