org.apache.imperius.spl.core
Class TypeConstants
java.lang.Object
org.apache.imperius.spl.core.TypeConstants
public class TypeConstants
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TypeConstants
public TypeConstants()
getActualType
public static int getActualType(java.lang.String type)
throws SPLException
- Throws:
SPLException