
Uses of Enum Class
org.hl7.fhir.r4.utils.sql.Validator.TrueFalseOrUnknown
Packages that use Validator.TrueFalseOrUnknown
-
Uses of Validator.TrueFalseOrUnknown in org.hl7.fhir.r4.utils.sql
Methods in org.hl7.fhir.r4.utils.sql that return Validator.TrueFalseOrUnknownModifier and TypeMethodDescriptionStorage.needsName()
StorageJson.needsName()
StorageSqlite3.needsName()
Storage.supportsArrays()
StorageJson.supportsArrays()
StorageSqlite3.supportsArrays()
Storage.supportsComplexTypes()
StorageJson.supportsComplexTypes()
StorageSqlite3.supportsComplexTypes()
static Validator.TrueFalseOrUnknown
Returns the enum constant of this class with the specified name.static Validator.TrueFalseOrUnknown[]
Validator.TrueFalseOrUnknown.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hl7.fhir.r4.utils.sql with parameters of type Validator.TrueFalseOrUnknownModifierConstructorDescriptionValidator
(IWorkerContext context, FHIRPathEngine fpe, List<String> prohibitedNames, Validator.TrueFalseOrUnknown supportsArrays, Validator.TrueFalseOrUnknown supportsComplexTypes, Validator.TrueFalseOrUnknown supportsNeedsName)