
Uses of Enum
org.hl7.fhir.dstu2.model.Location.LocationStatus
Packages that use Location.LocationStatus
-
Uses of Location.LocationStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Location.LocationStatusModifier and TypeFieldDescriptionprotected Enumeration
<Location.LocationStatus> Location.status
active | suspended | inactive.Methods in org.hl7.fhir.dstu2.model that return Location.LocationStatusModifier and TypeMethodDescriptionstatic Location.LocationStatus
Location.getStatus()
static Location.LocationStatus
Returns the enum constant of this type with the specified name.static Location.LocationStatus[]
Location.LocationStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Location.LocationStatusMethods in org.hl7.fhir.dstu2.model with parameters of type Location.LocationStatusModifier and TypeMethodDescriptionLocation.setStatus
(Location.LocationStatus value) Location.LocationStatusEnumFactory.toCode
(Location.LocationStatus code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Location.LocationStatusModifier and TypeMethodDescriptionLocation.setStatusElement
(Enumeration<Location.LocationStatus> value)