org.apache.imperius.spl.core
Class TypeConstants

java.lang.Object
  extended by org.apache.imperius.spl.core.TypeConstants

public class TypeConstants
extends java.lang.Object


Field Summary
static int booleanType
           
static int byteType
           
static int charType
           
static int dateTime
           
static int doubleType
           
static int floatType
           
static int intType
           
static int INVALID
           
static int longType
           
static int numericType
           
static int referenceType
           
static int shortType
           
static int stringType
           
 
Constructor Summary
TypeConstants()
           
 
Method Summary
static int getActualType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID

public static final int INVALID
See Also:
Constant Field Values

booleanType

public static final int booleanType
See Also:
Constant Field Values

stringType

public static final int stringType
See Also:
Constant Field Values

numericType

public static final int numericType
See Also:
Constant Field Values

dateTime

public static final int dateTime
See Also:
Constant Field Values

byteType

public static final int byteType
See Also:
Constant Field Values

charType

public static final int charType
See Also:
Constant Field Values

shortType

public static final int shortType
See Also:
Constant Field Values

intType

public static final int intType
See Also:
Constant Field Values

longType

public static final int longType
See Also:
Constant Field Values

floatType

public static final int floatType
See Also:
Constant Field Values

doubleType

public static final int doubleType
See Also:
Constant Field Values

referenceType

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

TypeConstants

public TypeConstants()
Method Detail

getActualType

public static int getActualType(java.lang.String type)
                         throws SPLException
Throws:
SPLException