public class JComponentizedType extends JType
| Constructor and Description |
|---|
JComponentizedType(java.lang.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, getLocalName, getName, getWrapperName, isArray, isPrimitive, toStringpublic JComponentizedType(java.lang.String name,
JType componentType,
boolean useJava50)
name - Type name for this componentized type.componentType - Component type.useJava50 - true if Java 5.0 should be used.public JType getComponentType()
public boolean isUseJava50()
Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com