Uses of Enum Class
net.pricefx.common.api.pa.DataType
Packages that use DataType
Package
Description
Defines set of domain object classes.
Provides Formula Engine API classes.
Provides API related to scripting, including interface
PublicGroovyAPI
, that represents what can be reached in the Groovy element syntax as api
.-
Uses of DataType in net.pricefx.common.api.pa
Methods in net.pricefx.common.api.pa that return DataTypeModifier and TypeMethodDescriptionstatic DataType
static DataType
DataType.toDataType
(Class<?> clazz) static DataType
DataType.toDataType
(Object value, DataType preferred) FieldType.toDataType()
static DataType
Returns the enum constant of this class with the specified name.static DataType[]
DataType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.pricefx.common.api.pa with parameters of type DataType -
Uses of DataType in net.pricefx.domain
Methods in net.pricefx.domain that return DataTypeMethods in net.pricefx.domain with parameters of type DataType -
Uses of DataType in net.pricefx.formulaengine
Methods in net.pricefx.formulaengine with parameters of type DataTypeModifier and TypeMethodDescriptionTableContext.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 -
Uses of DataType in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return DataType