edu.upc.dama.dex.script
Class ScriptParser.Type

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static ScriptParser.Type BOOL
           
static ScriptParser.Type DOUBLE
           
static ScriptParser.Type INT
           
static ScriptParser.Type LONG
           
static ScriptParser.Type NULL
           
static ScriptParser.Type STRING
           
static ScriptParser.Type TEXT
           
static ScriptParser.Type TIMESTAMP
           
 
Method Summary
static ScriptParser.Type valueOf(java.lang.String name)
           
static ScriptParser.Type[] values()
           
 
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
 

Field Detail

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
Method Detail

values

public static ScriptParser.Type[] values()

valueOf

public static ScriptParser.Type valueOf(java.lang.String name)