org.exolab.javasource
public class JComponentizedType extends JType
Since: 1.0.4
Constructor Summary | |
---|---|
JComponentizedType(String name, JType componentType, boolean useJava50)
Creates an instance of a componentized type, of type 'name'. |
Method Summary | |
---|---|
JType | getComponentType()
Returns the component type. |
boolean | isUseJava50()
Indicates whether Java 5.0 is used. |
Parameters: name Type name for this componentized type. componentType Component type. useJava50 true if Java 5.0 should be used.
Returns: the component type.
Returns: True if Java 5.0 is used