Uses of Enum
org.hl7.fhir.r5.utils.sql.Validator.TrueFalseOrUnknown
-
Uses of Validator.TrueFalseOrUnknown in org.hl7.fhir.r5.utils.sql
Modifier 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 type with the specified name.static Validator.TrueFalseOrUnknown[]
Validator.TrueFalseOrUnknown.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionValidator
(IWorkerContext context, FHIRPathEngine fpe, List<String> prohibitedNames, Validator.TrueFalseOrUnknown supportsArrays, Validator.TrueFalseOrUnknown supportsComplexTypes, Validator.TrueFalseOrUnknown supportsNeedsName)