Uses of Enum
ca.uhn.fhir.jpa.api.config.DaoConfig.IndexEnabledEnum
Packages that use DaoConfig.IndexEnabledEnum
-
Uses of DaoConfig.IndexEnabledEnum in ca.uhn.fhir.jpa.api.config
Methods in ca.uhn.fhir.jpa.api.config that return DaoConfig.IndexEnabledEnumModifier and TypeMethodDescriptionDaoConfig.getIndexMissingFields()static DaoConfig.IndexEnabledEnumReturns the enum constant of this type with the specified name.static DaoConfig.IndexEnabledEnum[]DaoConfig.IndexEnabledEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.jpa.api.config with parameters of type DaoConfig.IndexEnabledEnumModifier and TypeMethodDescriptionvoidDaoConfig.setIndexMissingFields(DaoConfig.IndexEnabledEnum theIndexMissingFields)