Package org.exolab.javasource
Class JComponentizedType
java.lang.Object
org.exolab.javasource.JType
org.exolab.javasource.JComponentizedType
- Direct Known Subclasses:
JArrayType
,JCollectionType
JType sub-class for componentized types, such as array as collections.
- Since:
- 1.0.4
- Version:
- $Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Werner Guttman
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JComponentizedType
(String name, JType componentType, boolean useJava50) Creates an instance of a componentized type, of type 'name'. -
Method Summary
Modifier and TypeMethodDescriptionfinal JType
Returns the component type.final boolean
Indicates whether Java 5.0 is used.Methods inherited from class org.exolab.javasource.JType
getLocalName, getName, isArray, isPrimitive, setName
-
Constructor Details
-
JComponentizedType
-
-
Method Details
-
getComponentType
-
isUseJava50
public final boolean isUseJava50()Indicates whether Java 5.0 is used.- Returns:
- True if Java 5.0 is used.
-