Uses of Enum
org.hl7.fhir.r4.model.Location.LocationMode
-
Uses of Location.LocationMode in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Location.LocationMode> Location.mode
Indicates whether a resource instance represents a specific location or a class of locations.Modifier and TypeMethodDescriptionstatic Location.LocationMode
Location.getMode()
static Location.LocationMode
Returns the enum constant of this type with the specified name.static Location.LocationMode[]
Location.LocationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionLocation.LocationModeEnumFactory.fromType
(PrimitiveType<?> code) Location.getModeElement()
Modifier and TypeMethodDescriptionLocation.setMode
(Location.LocationMode value) Location.LocationModeEnumFactory.toCode
(Location.LocationMode code) Location.LocationModeEnumFactory.toSystem
(Location.LocationMode code) Modifier and TypeMethodDescriptionLocation.setModeElement
(Enumeration<Location.LocationMode> value)