|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.shiwa.fgi.iwir.DataType
org.shiwa.fgi.iwir.CollectionType
public class CollectionType
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 |
---|
public CollectionType(DataType t)
t
- the nested data typeMethod Detail |
---|
public DataType getType()
public java.lang.String toString()
DataType
toString
in class DataType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |