Package com.kingsrook.qqq.backend.core.model.metadata.possiblevalues
package com.kingsrook.qqq.backend.core.model.metadata.possiblevalues
-
ClassDescriptionPossibleValueEnum<T extends Serializable>Interface to be implemented by enums which can be used as a PossibleValueSource.FilterUseCase implementation for the ways that possible value searches are performed, and where we want to have different behaviors for criteria that are missing an input value.Define some standard ways to format the value portion of a PossibleValueSource.QPossibleValue<T extends Serializable>An actual possible value - an id and label.Meta-data to represent a "Possible value" - e.g., a translation of a foreign key and/or a limited set of "possible values" for a field (e.g., from a foreign table or an enum).Possible types (e.g, kinds of data sources) for a possible value source.