com.zipxap.vfs.dal.utility
Class DataEntityType

java.lang.Object
  extended by com.zipxap.vfs.dal.utility.DataEntityType

public class DataEntityType
extends java.lang.Object

MilestoneWhoDate, Time
Initial VersionK PenroseFebruary 12, 2008, 2:18 PM

** Note that this table is not intended as an exhaustive list of subtle changes. It is intended to list changes that break the compatibility of older code, or major enhancements/rewrites


Field Summary
static DataEntityType ArrayType
           
static DataEntityType BinaryType
           
static DataEntityType BooleanType
           
static DataEntityType CustomType
           
static DataEntityType DateType
           
static DataEntityType IntType
           
static DataEntityType InvalidType
           
static DataEntityType NumType
           
static DataEntityType StringType
           
 
Method Summary
static DataEntityType forName(java.lang.String typeName)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

StringType

public static DataEntityType StringType

IntType

public static DataEntityType IntType

NumType

public static DataEntityType NumType

BooleanType

public static DataEntityType BooleanType

BinaryType

public static DataEntityType BinaryType

DateType

public static DataEntityType DateType

ArrayType

public static DataEntityType ArrayType

InvalidType

public static DataEntityType InvalidType

CustomType

public static DataEntityType CustomType
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

forName

public static DataEntityType forName(java.lang.String typeName)
Returns:
the primitive DataEntityType if its a primitive, else null if its not a recognized primitive.