Uses of Enum
org.hl7.fhir.r5.model.Invoice.InvoiceStatus
Packages that use Invoice.InvoiceStatus
-
Uses of Invoice.InvoiceStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return Invoice.InvoiceStatusModifier and TypeMethodDescriptionstatic Invoice.InvoiceStatusInvoice.getStatus()static Invoice.InvoiceStatusReturns the enum constant of this type with the specified name.static Invoice.InvoiceStatus[]Invoice.InvoiceStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Invoice.InvoiceStatusMethods in org.hl7.fhir.r5.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.r5.model with type arguments of type Invoice.InvoiceStatusModifier and TypeMethodDescriptionInvoice.setStatusElement(Enumeration<Invoice.InvoiceStatus> value) Constructors in org.hl7.fhir.r5.model with parameters of type Invoice.InvoiceStatus