Uses of Enum
ca.uhn.fhir.jpa.migrate.tasks.api.TaskFlagEnum
Packages that use TaskFlagEnum
-
Uses of TaskFlagEnum in ca.uhn.fhir.jpa.migrate.taskdef
Methods in ca.uhn.fhir.jpa.migrate.taskdef with parameters of type TaskFlagEnumModifier and TypeMethodDescriptionBaseTask.addFlag(TaskFlagEnum theFlag) Adds a flag if it's not already present, otherwise this call is ignored.booleanBaseTask.hasFlag(TaskFlagEnum theFlag) -
Uses of TaskFlagEnum in ca.uhn.fhir.jpa.migrate.tasks.api
Methods in ca.uhn.fhir.jpa.migrate.tasks.api that return TaskFlagEnumModifier and TypeMethodDescriptionstatic TaskFlagEnumReturns the enum constant of this type with the specified name.static TaskFlagEnum[]TaskFlagEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.jpa.migrate.tasks.api with parameters of type TaskFlagEnum