
Uses of Enum Class
org.hl7.fhir.r4.model.Invoice.InvoiceStatus
Packages that use Invoice.InvoiceStatus
-
Uses of Invoice.InvoiceStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Invoice.InvoiceStatusModifier and TypeFieldDescriptionprotected Enumeration<Invoice.InvoiceStatus> Invoice.statusThe current state of the Invoice.Methods in org.hl7.fhir.r4.model that return Invoice.InvoiceStatusModifier and TypeMethodDescriptionstatic Invoice.InvoiceStatusInvoice.getStatus()static Invoice.InvoiceStatusReturns the enum constant of this class with the specified name.static Invoice.InvoiceStatus[]Invoice.InvoiceStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Invoice.InvoiceStatusModifier and TypeMethodDescriptionInvoice.InvoiceStatusEnumFactory.fromType(PrimitiveType<?> code) Invoice.getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Invoice.InvoiceStatusModifier and TypeMethodDescriptionInvoice.setStatus(Invoice.InvoiceStatus value) Invoice.InvoiceStatusEnumFactory.toCode(Invoice.InvoiceStatus code) Invoice.InvoiceStatusEnumFactory.toSystem(Invoice.InvoiceStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Invoice.InvoiceStatusModifier and TypeMethodDescriptionInvoice.setStatusElement(Enumeration<Invoice.InvoiceStatus> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Invoice.InvoiceStatus