org.exolab.javasource
public class JCollectionType extends JComponentizedType
Since: 1.0.4
Constructor Summary | |
---|---|
JCollectionType(String typeName, JType componentType, boolean useJava50)
Creates an instance of a collection type, of type 'collectionName'. | |
JCollectionType(String typeName, String instanceName, JType componentType, boolean useJava50)
Creates an instance of a collection type, of type 'collectionName'. |
Method Summary | |
---|---|
String | getInstanceName()
Returns the instance name of this collection type. |
String | toString()
Returns the String representation of this JType, which is simply the name
of this type.
|
Parameters: typeName Name of the collection type interface. componentType Component type. useJava50 True if Java 5.0 should be used.
Parameters: typeName Name of the collection type interface. instanceName Name of the actual collection type instance. componentType Component type. useJava50 True if Java 5.0 should be used.
Returns: the instance name of this collection type.
Returns: the String representation of this JType