Uses of Class
org.hl7.fhir.r4.model.Location.LocationMode
-
Packages that use Location.LocationMode Package Description org.hl7.fhir.r4.model -
-
Uses of Location.LocationMode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Location.LocationMode Modifier and Type Field Description protected Enumeration<Location.LocationMode>Location. modeIndicates whether a resource instance represents a specific location or a class of locations.Methods in org.hl7.fhir.r4.model that return Location.LocationMode Modifier and Type Method Description static Location.LocationModeLocation.LocationMode. fromCode(String codeString)Location.LocationModeLocation.LocationModeEnumFactory. fromCode(String codeString)Location.LocationModeLocation. getMode()static Location.LocationModeLocation.LocationMode. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Location.LocationMode Modifier and Type Method Description Enumeration<Location.LocationMode>Location.LocationModeEnumFactory. fromType(Base code)Enumeration<Location.LocationMode>Location. getModeElement()Methods in org.hl7.fhir.r4.model with parameters of type Location.LocationMode Modifier and Type Method Description LocationLocation. setMode(Location.LocationMode value)StringLocation.LocationModeEnumFactory. toCode(Location.LocationMode code)StringLocation.LocationModeEnumFactory. toSystem(Location.LocationMode code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Location.LocationMode Modifier and Type Method Description LocationLocation. setModeElement(Enumeration<Location.LocationMode> value)
-