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.
|
getLocalName, getName, isArray, isPrimitive, setNamepublic final JType getComponentType()
public final boolean isUseJava50()
Copyright © 2016. All rights reserved.