JArrayType, JCollectionType, JMapTypepublic class JComponentizedType extends JType
| Modifier | Constructor | Description |
|---|---|---|
protected |
JComponentizedType(String name,
JType componentType,
boolean useJava50) |
Creates an instance of a componentized type, of type 'name'.
|
| Modifier and Type | Method | Description |
|---|---|---|
JType |
getComponentType() |
Returns the component type.
|
boolean |
isUseJava50() |
Indicates whether Java 5.0 is used.
|
changePackage, createArray, getLocalName, getName, isArray, isPrimitive, toStringpublic final JType getComponentType()
getComponentType in class JTypepublic final boolean isUseJava50()
Copyright © 2001–2018 Codehaus Plexus. All rights reserved.