
Uses of Enum Class
org.hl7.fhir.r5.model.Location.LocationMode
Packages that use Location.LocationMode
- 
Uses of Location.LocationMode in org.hl7.fhir.r5.modelFields in org.hl7.fhir.r5.model with type parameters of type Location.LocationModeModifier and TypeFieldDescriptionprotected Enumeration<Location.LocationMode> Location.modeIndicates whether a resource instance represents a specific location or a class of locations.Methods in org.hl7.fhir.r5.model that return Location.LocationModeModifier and TypeMethodDescriptionstatic Location.LocationModeLocation.getMode()static Location.LocationModeReturns the enum constant of this class with the specified name.static Location.LocationMode[]Location.LocationMode.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 Location.LocationModeModifier and TypeMethodDescriptionLocation.LocationModeEnumFactory.fromType(PrimitiveType<?> code) Location.getModeElement()Methods in org.hl7.fhir.r5.model with parameters of type Location.LocationModeModifier and TypeMethodDescriptionLocation.setMode(Location.LocationMode value) Location.LocationModeEnumFactory.toCode(Location.LocationMode code) Location.LocationModeEnumFactory.toSystem(Location.LocationMode code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Location.LocationModeModifier and TypeMethodDescriptionLocation.setModeElement(Enumeration<Location.LocationMode> value)