org.shiwa.fgi.iwir
Class CollectionType

java.lang.Object
  extended by org.shiwa.fgi.iwir.DataType
      extended by org.shiwa.fgi.iwir.CollectionType

public class CollectionType
extends DataType

The Class CollectionType represents the collection type of an IWIR data type.


Constructor Summary
CollectionType(DataType t)
          Instantiates a new collection type.
 
Method Summary
 DataType getType()
          Gets the type of the collection.
 java.lang.String toString()
          Returns the string representation of the data type instance.
 
Methods inherited from class org.shiwa.fgi.iwir.DataType
fromString, getConcreteType, getNestingLevel, getSimpleType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionType

public CollectionType(DataType t)
Instantiates a new collection type.

Parameters:
t - the nested data type
Method Detail

getType

public DataType getType()
Gets the type of the collection.

Returns:
the type of the collection

toString

public java.lang.String toString()
Description copied from class: DataType
Returns the string representation of the data type instance.

Overrides:
toString in class DataType
Returns:
the string representation