r01f.marshalling.simple
Class DataTypes.ListCollectionType

java.lang.Object
  extended by r01f.marshalling.simple.DataTypes.DataType
      extended by r01f.marshalling.simple.DataTypes.CollectionType
          extended by r01f.marshalling.simple.DataTypes.ListCollectionType
Enclosing class:
DataTypes

public static class DataTypes.ListCollectionType
extends DataTypes.CollectionType


Constructor Summary
DataTypes.ListCollectionType(java.lang.String name, DataTypes.DataTypeEnum type, java.lang.String elsTypeName)
           
 
Method Summary
 
Methods inherited from class r01f.marshalling.simple.DataTypes.DataType
asCollection, asDate, asEnum, asList, asMap, asObject, create, debugInfo, isCollection, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataTypes.ListCollectionType

public DataTypes.ListCollectionType(java.lang.String name,
                                    DataTypes.DataTypeEnum type,
                                    java.lang.String elsTypeName)