
Uses of Enum
org.hl7.fhir.r5.model.Enumerations.ResourceTypeEnum
Packages that use Enumerations.ResourceTypeEnum
-
Uses of Enumerations.ResourceTypeEnum in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return Enumerations.ResourceTypeEnumModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Enumerations.ResourceTypeEnum[]
Enumerations.ResourceTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.ResourceTypeEnumModifier and TypeMethodDescriptionEnumerations.ResourceTypeEnumEnumFactory.fromType
(PrimitiveType<?> code) Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ResourceTypeEnumModifier and TypeMethodDescriptionEnumerations.ResourceTypeEnumEnumFactory.toCode
(Enumerations.ResourceTypeEnum code) Enumerations.ResourceTypeEnumEnumFactory.toSystem
(Enumerations.ResourceTypeEnum code)