com.zipxap.vfs.dal.utility
Class DataEntityType
java.lang.Object
com.zipxap.vfs.dal.utility.DataEntityType
public class DataEntityType
- extends java.lang.Object
| Milestone | Who | Date, Time |
| Initial Version | K Penrose | February 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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.