Drools Workbench - Data Model API 6.2.0.Beta2

org.drools.workbench.models.datamodel.oracle
Class DataType

java.lang.Object
  extended by org.drools.workbench.models.datamodel.oracle.DataType

public class DataType
extends Object

An Oracle for all things "data type" related


Nested Class Summary
static class DataType.DataTypes
           
 
Field Summary
static String TYPE_BOOLEAN
           
static String TYPE_COLLECTION
          These are the explicit types supported
static String TYPE_COMPARABLE
           
static String TYPE_DATE
           
static String TYPE_FINAL_OBJECT
           
static String TYPE_NUMERIC
           
static String TYPE_NUMERIC_BIGDECIMAL
           
static String TYPE_NUMERIC_BIGINTEGER
           
static String TYPE_NUMERIC_BYTE
           
static String TYPE_NUMERIC_DOUBLE
           
static String TYPE_NUMERIC_FLOAT
           
static String TYPE_NUMERIC_INTEGER
           
static String TYPE_NUMERIC_LONG
           
static String TYPE_NUMERIC_SHORT
           
static String TYPE_OBJECT
           
static String TYPE_STRING
           
static String TYPE_THIS
           
static String TYPE_VOID
           
 
Constructor Summary
DataType()
           
 
Method Summary
static boolean isNumeric(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_COLLECTION

public static final String TYPE_COLLECTION
These are the explicit types supported

See Also:
Constant Field Values

TYPE_COMPARABLE

public static final String TYPE_COMPARABLE
See Also:
Constant Field Values

TYPE_STRING

public static final String TYPE_STRING
See Also:
Constant Field Values

TYPE_NUMERIC

public static final String TYPE_NUMERIC
See Also:
Constant Field Values

TYPE_NUMERIC_BIGDECIMAL

public static final String TYPE_NUMERIC_BIGDECIMAL
See Also:
Constant Field Values

TYPE_NUMERIC_BIGINTEGER

public static final String TYPE_NUMERIC_BIGINTEGER
See Also:
Constant Field Values

TYPE_NUMERIC_BYTE

public static final String TYPE_NUMERIC_BYTE
See Also:
Constant Field Values

TYPE_NUMERIC_DOUBLE

public static final String TYPE_NUMERIC_DOUBLE
See Also:
Constant Field Values

TYPE_NUMERIC_FLOAT

public static final String TYPE_NUMERIC_FLOAT
See Also:
Constant Field Values

TYPE_NUMERIC_INTEGER

public static final String TYPE_NUMERIC_INTEGER
See Also:
Constant Field Values

TYPE_NUMERIC_LONG

public static final String TYPE_NUMERIC_LONG
See Also:
Constant Field Values

TYPE_NUMERIC_SHORT

public static final String TYPE_NUMERIC_SHORT
See Also:
Constant Field Values

TYPE_BOOLEAN

public static final String TYPE_BOOLEAN
See Also:
Constant Field Values

TYPE_DATE

public static final String TYPE_DATE
See Also:
Constant Field Values

TYPE_OBJECT

public static final String TYPE_OBJECT
See Also:
Constant Field Values

TYPE_FINAL_OBJECT

public static final String TYPE_FINAL_OBJECT
See Also:
Constant Field Values

TYPE_THIS

public static final String TYPE_THIS
See Also:
Constant Field Values

TYPE_VOID

public static final String TYPE_VOID
See Also:
Constant Field Values
Constructor Detail

DataType

public DataType()
Method Detail

isNumeric

public static boolean isNumeric(String type)

Drools Workbench - Data Model API 6.2.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.