r01f.marshalling.simple
Class DataTypes.ObjectType

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

public static class DataTypes.ObjectType
extends DataTypes.DataType


Field Summary
private  boolean _knownType
           
 
Constructor Summary
DataTypes.ObjectType(java.lang.String name, DataTypes.DataTypeEnum type, boolean knownType)
           
 
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

_knownType

private boolean _knownType
Constructor Detail

DataTypes.ObjectType

public DataTypes.ObjectType(java.lang.String name,
                            DataTypes.DataTypeEnum type,
                            boolean knownType)