|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.martiansoftware.trivialpersist.Types
Type constants used by TrivialPersist. Type constants are interned Strings, so reference comparisons may be made at run time.
| Field Summary | |
static String |
BOOLEAN
The Boolean type |
static String |
DATE
The Date type |
static String |
DOUBLE
The Double type |
static String |
LONG
The Long type |
static String |
STRING
The String type |
| Method Summary | |
static boolean |
isValidType(String typeName)
Returns true iff the specified type name is a valid type |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String STRING
public static final String DATE
public static final String BOOLEAN
public static final String LONG
public static final String DOUBLE
| Method Detail |
public static boolean isValidType(String typeName)
typeName - the name of the type to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||