Uses of Class
org.ehrbase.aql.dto.condition.SimpleValue
-
Packages that use SimpleValue Package Description org.ehrbase.aql.dto.condition -
-
Uses of SimpleValue in org.ehrbase.aql.dto.condition
Fields in org.ehrbase.aql.dto.condition declared as SimpleValue Modifier and Type Field Description static SimpleValueSimpleValue. NULL_VALUEMethods in org.ehrbase.aql.dto.condition that return SimpleValue Modifier and Type Method Description static SimpleValueSimpleValue. forImmutableObject(Object immutableObject)Constructors in org.ehrbase.aql.dto.condition with parameters of type SimpleValue Constructor Description SimpleValue(SimpleValue other)
-