public class JComponentizedType extends JType
| Modifier | Constructor and Description |
|---|---|
protected |
JComponentizedType(String name,
JType componentType,
boolean useJava50)
Creates an instance of a componentized type, of type 'name'.
|
| Modifier and Type | Method and 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-2016 Codehaus. All Rights Reserved.