edu.upc.dama.dex.script
Class ScriptParser.Type
java.lang.Object
java.lang.Enum
edu.upc.dama.dex.script.ScriptParser.Type
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing class:
- ScriptParser
public static final class ScriptParser.Type
- extends java.lang.Enum
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NULL
public static final ScriptParser.Type NULL
INT
public static final ScriptParser.Type INT
STRING
public static final ScriptParser.Type STRING
DOUBLE
public static final ScriptParser.Type DOUBLE
BOOL
public static final ScriptParser.Type BOOL
TIMESTAMP
public static final ScriptParser.Type TIMESTAMP
LONG
public static final ScriptParser.Type LONG
TEXT
public static final ScriptParser.Type TEXT
values
public static ScriptParser.Type[] values()
valueOf
public static ScriptParser.Type valueOf(java.lang.String name)