JArrayType
, JCollectionType
, JMapType
public 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, toString
public final JType getComponentType()
getComponentType
in class JType
public final boolean isUseJava50()
Copyright © 2001–2018 Codehaus Plexus. All rights reserved.