com.bea.wli.datatype
Class DataTypeIds
java.lang.Object
com.bea.wli.datatype.DataTypeIds
- Direct Known Subclasses:
- TaskPlanDataTypeIds
public class DataTypeIds
- extends Object
Factory for obtaining a handle to the standard data types.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRING
public static final String STRING
- See Also:
- Constant Field Values
BOOLEAN
public static final String BOOLEAN
- See Also:
- Constant Field Values
INTEGER
public static final String INTEGER
- See Also:
- Constant Field Values
LONG
public static final String LONG
- See Also:
- Constant Field Values
FLOAT
public static final String FLOAT
- See Also:
- Constant Field Values
DOUBLE
public static final String DOUBLE
- See Also:
- Constant Field Values
DATE_TIME
public static final String DATE_TIME
- See Also:
- Constant Field Values
JAVA_BEAN
public static final String JAVA_BEAN
- See Also:
- Constant Field Values
XML_BEAN
public static final String XML_BEAN
- See Also:
- Constant Field Values
URL
public static final String URL
- See Also:
- Constant Field Values
LIST
public static final String LIST
- See Also:
- Constant Field Values
DataTypeIds
public DataTypeIds()