
Uses of Enum Class
org.hl7.fhir.dstu3.model.Task.TaskIntent
Packages that use Task.TaskIntent
-
Uses of Task.TaskIntent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Task.TaskIntentModifier and TypeFieldDescriptionprotected Enumeration<Task.TaskIntent> Task.intentIndicates the "level" of actionability associated with the Task.Methods in org.hl7.fhir.dstu3.model that return Task.TaskIntentModifier and TypeMethodDescriptionstatic Task.TaskIntentTask.getIntent()static Task.TaskIntentReturns the enum constant of this class with the specified name.static Task.TaskIntent[]Task.TaskIntent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Task.TaskIntentModifier and TypeMethodDescriptionTask.TaskIntentEnumFactory.fromType(PrimitiveType<?> code) Task.getIntentElement()Methods in org.hl7.fhir.dstu3.model with parameters of type Task.TaskIntentModifier and TypeMethodDescriptionTask.setIntent(Task.TaskIntent value) Task.TaskIntentEnumFactory.toCode(Task.TaskIntent code) Task.TaskIntentEnumFactory.toSystem(Task.TaskIntent code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Task.TaskIntent