org.exolab.javasource
Class JComponentizedType
public class JComponentizedType
JType sub-class for componentized types, such as array as collections.
JComponentizedType(String name, JType componentType, boolean useJava50) - Creates an instance of a componentized type, of type 'name'.
|
JComponentizedType
public JComponentizedType(String name,
JType componentType,
boolean useJava50)
Creates an instance of a componentized type, of type 'name'.
name
- Type name for this componentized type.componentType
- Component type.useJava50
- true if Java 5.0 should be used.
getComponentType
public JType getComponentType()
Returns the component type.
isUseJava50
public boolean isUseJava50()
Indicates whether Java 5.0 is used.
Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com