Uses of Interface
se.liu.ida.hefquin.engine.wrappers.lpg.data.Value
Packages that use Value
Package
Description
-
Uses of Value in se.liu.ida.hefquin.engine.wrappers.lpg.data
Methods in se.liu.ida.hefquin.engine.wrappers.lpg.data that return ValueModifier and TypeMethodDescriptionRecordEntry.getValue()
Gets the value of the column in this entryPropertyMap.getValueFor
(String key) Retrieves the value of a given property, or null if the property is not presentMethods in se.liu.ida.hefquin.engine.wrappers.lpg.data that return types with arguments of type ValueModifier and TypeMethodDescriptionPropertyMap.getAllValues()
Obtain all the values stored on the map -
Uses of Value in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl
Classes in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl that implement ValueModifier and TypeClassDescriptionclass
class
class
class
class
Fields in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl with type parameters of type ValueMethods in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl that return ValueModifier and TypeMethodDescriptionRecordEntryImpl.getValue()
PropertyMapImpl.getValueFor
(String key) Methods in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl that return types with arguments of type ValueConstructors in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl with parameters of type ValueConstructor parameters in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl with type arguments of type Value -
Uses of Value in se.liu.ida.hefquin.engine.wrappers.lpg.utils
Methods in se.liu.ida.hefquin.engine.wrappers.lpg.utils that return ValueModifier and TypeMethodDescriptionprotected static Value
RecordEntryFactory.parseAsPropertyValue
(com.fasterxml.jackson.databind.JsonNode valNode)