Uses of Class
net.pricefx.common.api.pa.DataType
-
Packages that use DataType Package Description net.pricefx.common.api.pa net.pricefx.domain Defines set of domain object classes.net.pricefx.formulaengine Provides Formula Engine API classes.net.pricefx.formulaengine.scripting Provides API related to scripting, including interfacePublicGroovyAPI
, that represents what can be reached in the Groovy element syntax asapi
. -
-
Uses of DataType in net.pricefx.common.api.pa
Methods in net.pricefx.common.api.pa that return DataType Modifier and Type Method Description static DataType
DataType. get(Object dataType)
static DataType
DataType. toDataType(Class<?> clazz)
static DataType
DataType. toDataType(Object value, DataType preferred)
DataType
FieldType. toDataType()
static DataType
DataType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataType[]
DataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.pricefx.common.api.pa with parameters of type DataType Modifier and Type Method Description static DataType
DataType. toDataType(Object value, DataType preferred)
static FieldType
FieldType. toType(DataType dataType)
-
Uses of DataType in net.pricefx.domain
Methods in net.pricefx.domain that return DataType Modifier and Type Method Description DataType
DMField. getDataType()
Methods in net.pricefx.domain with parameters of type DataType Modifier and Type Method Description void
DMField. setType(DataType dataType)
static FieldType
DMField. toType(DataType dataType)
-
Uses of DataType in net.pricefx.formulaengine
Methods in net.pricefx.formulaengine with parameters of type DataType Modifier and Type Method Description String
TableContext. toDBDataType(DataType dataType)
Converts a Pricefx datatype into a in-memory database datatype.Method parameters in net.pricefx.formulaengine with type arguments of type DataType Modifier and Type Method Description void
TableContext. createTable(String tableName, Map<String,DataType> fields, List<String> indexFields)
Creates a new in-memory table - eventually dropping an already existing table with same name - based on the passed field list No data is loaded yet. -
Uses of DataType in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return DataType Modifier and Type Method Description DataType
Matrix2D. getColumnDataType(String colLabel)
-