Class JCollectionType


  • public final class JCollectionType
    extends JComponentizedType
    JType sub-class for collections.
    Since:
    1.0.4
    Version:
    $Revision$ $Date$
    Author:
    Werner Guttman
    • Constructor Detail

      • JCollectionType

        public JCollectionType​(java.lang.String typeName,
                               JType componentType)
        Creates an instance of a collection type, of type 'collectionName'.
        Parameters:
        typeName - Name of the collection type interface.
        componentType - Component type.
      • JCollectionType

        public JCollectionType​(java.lang.String typeName,
                               java.lang.String instanceName,
                               JType componentType)
        Creates an instance of a collection type, of type 'collectionName'.
        Parameters:
        typeName - Name of the collection type interface.
        instanceName - Name of the actual collection type instance.
        componentType - Component type.
    • Method Detail

      • getInstanceName

        public java.lang.String getInstanceName()
        Returns the instance name of this collection type.
        Returns:
        The instance name of this collection type.
      • toString

        public java.lang.String toString()
        Returns the String representation of this JType.
        Overrides:
        toString in class JType
        Returns:
        the String representation of this JType