Uses of Enum Class
net.pricefx.domain.LookupTable.LookupTableValueType
Package
Description
Defines set of domain object classes.
-
Uses of LookupTable.LookupTableValueType in net.pricefx.domain
Modifier and TypeMethodDescriptionLookupTable.getValueType()
Returns the enum constant of this class with the specified name.static LookupTable.LookupTableValueType[]
LookupTable.LookupTableValueType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
LookupTable.setValueType
(LookupTable.LookupTableValueType valueType) -
Uses of LookupTable.LookupTableValueType in net.pricefx.formulaengine.optimization
Modifier and TypeMethodDescriptionModelLookupTablesContextReadWrite.addLookupTable
(String name, String label, LookupTable.LookupTableValueType valueType, Map<String, Map<String, Object>> columnsSpecs) Add aLookupTable
owned by the model.