com.ds.fw.parse
Class FwParseTypes

java.lang.Object
  |
  +--com.ds.fw.parse.FwParseTypes

public class FwParseTypes
extends java.lang.Object

FwParseTypes contains all the argument types supported by the parser.


Field Summary
static int ERROR
           
static int INT
           
static int STR
           
static int UNDEFINED
           
 
Constructor Summary
FwParseTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNDEFINED

public static final int UNDEFINED
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

INT

public static final int INT
See Also:
Constant Field Values

STR

public static final int STR
See Also:
Constant Field Values
Constructor Detail

FwParseTypes

public FwParseTypes()