Uses of Enum Class
net.pricefx.domain.LookupTable.LookupTableValueType
Packages that use LookupTable.LookupTableValueType
Package
Description
Defines set of domain object classes.
-
Uses of LookupTable.LookupTableValueType in net.pricefx.domain
Methods in net.pricefx.domain that return LookupTable.LookupTableValueTypeModifier 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.Methods in net.pricefx.domain with parameters of type LookupTable.LookupTableValueTypeModifier and TypeMethodDescriptionvoidLookupTable.setValueType(LookupTable.LookupTableValueType valueType) -
Uses of LookupTable.LookupTableValueType in net.pricefx.formulaengine.optimization
Methods in net.pricefx.formulaengine.optimization with parameters of type LookupTable.LookupTableValueTypeModifier and TypeMethodDescriptionModelLookupTablesContextReadWrite.addLookupTable(String name, String label, LookupTable.LookupTableValueType valueType, Map<String, Map<String, Object>> columnsSpecs) Add aLookupTableowned by the model.