Uses of Enum Class
org.hl7.fhir.r5.model.ActivityDefinition.RequestResourceTypes
Packages that use ActivityDefinition.RequestResourceTypes
-
Uses of ActivityDefinition.RequestResourceTypes in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ActivityDefinition.RequestResourceTypesModifier and TypeFieldDescriptionActivityDefinition.kindA description of the kind of resource the activity definition is representing.Methods in org.hl7.fhir.r5.model that return ActivityDefinition.RequestResourceTypesModifier and TypeMethodDescriptionActivityDefinition.getKind()Returns the enum constant of this class with the specified name.ActivityDefinition.RequestResourceTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type ActivityDefinition.RequestResourceTypesModifier and TypeMethodDescriptionActivityDefinition.RequestResourceTypesEnumFactory.fromType(PrimitiveType<?> code) ActivityDefinition.getKindElement()Methods in org.hl7.fhir.r5.model with parameters of type ActivityDefinition.RequestResourceTypesModifier and TypeMethodDescriptionActivityDefinition.setKind(ActivityDefinition.RequestResourceTypes value) ActivityDefinition.RequestResourceTypesEnumFactory.toCode(ActivityDefinition.RequestResourceTypes code) ActivityDefinition.RequestResourceTypesEnumFactory.toSystem(ActivityDefinition.RequestResourceTypes code) Method parameters in org.hl7.fhir.r5.model with type arguments of type ActivityDefinition.RequestResourceTypesModifier and TypeMethodDescriptionActivityDefinition.setKindElement(Enumeration<ActivityDefinition.RequestResourceTypes> value)