com.apama.pa.pmml
Event FieldDatatype


A helper utility to identify various data types supported by the Predictive Analytics Plugin

Can be used to validate the data types on Input/Output fields of a Model
Constant summary
 constant stringBOOLEAN := "boolean"

Identifier for boolean data type
 constant stringDATE := "date"

Identifier for date data type
 constant stringDATETIME := "datetime"

Identifier for datetime data type
 constant stringFLOAT := "float"

Identifier for float/double data type
 constant stringINTEGER := "integer"

Identifier for integer data type
 constant stringSTRING := "string"

Identifier for string data type
 constant stringTIME := "time"

Identifier for time data type
 
Constant detail

BOOLEAN

constant string BOOLEAN := "boolean"
Identifier for boolean data type

DATE

constant string DATE := "date"
Identifier for date data type

DATETIME

constant string DATETIME := "datetime"
Identifier for datetime data type

FLOAT

constant string FLOAT := "float"
Identifier for float/double data type

INTEGER

constant string INTEGER := "integer"
Identifier for integer data type

STRING

constant string STRING := "string"
Identifier for string data type

TIME

constant string TIME := "time"
Identifier for time data type