r01f.marshalling.simple
Class DataTypes.DateType

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

public static class DataTypes.DateType
extends DataTypes.DataType


Field Summary
private  java.lang.String _dateFormat
           
 
Constructor Summary
DataTypes.DateType(java.lang.String name, DataTypes.DataTypeEnum type, java.lang.String dateFormat)
           
 
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
 

Field Detail

_dateFormat

private java.lang.String _dateFormat
Constructor Detail

DataTypes.DateType

public DataTypes.DateType(java.lang.String name,
                          DataTypes.DataTypeEnum type,
                          java.lang.String dateFormat)