
Uses of Enum Class
org.hl7.fhir.r5.model.Transport.TransportStatus
Packages that use Transport.TransportStatus
-
Uses of Transport.TransportStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Transport.TransportStatusModifier and TypeFieldDescriptionprotected Enumeration<Transport.TransportStatus> Transport.statusA code specifying the state of the transport event.Methods in org.hl7.fhir.r5.model that return Transport.TransportStatusModifier and TypeMethodDescriptionstatic Transport.TransportStatusTransport.getStatus()static Transport.TransportStatusReturns the enum constant of this class with the specified name.static Transport.TransportStatus[]Transport.TransportStatus.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 Transport.TransportStatusModifier and TypeMethodDescriptionTransport.TransportStatusEnumFactory.fromType(PrimitiveType<?> code) Transport.getStatusElement()Methods in org.hl7.fhir.r5.model with parameters of type Transport.TransportStatusModifier and TypeMethodDescriptionTransport.setStatus(Transport.TransportStatus value) Transport.TransportStatusEnumFactory.toCode(Transport.TransportStatus code) Transport.TransportStatusEnumFactory.toSystem(Transport.TransportStatus code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Transport.TransportStatusModifier and TypeMethodDescriptionTransport.setStatusElement(Enumeration<Transport.TransportStatus> value)