public static class Invoice.InvoicePriceComponentTypeEnumFactory extends Object implements EnumFactory<Invoice.InvoicePriceComponentType>
| Constructor and Description |
|---|
InvoicePriceComponentTypeEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
Invoice.InvoicePriceComponentType |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
Enumeration<Invoice.InvoicePriceComponentType> |
fromType(Base code) |
String |
toCode(Invoice.InvoicePriceComponentType code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(Invoice.InvoicePriceComponentType code)
Get the system URI for an enumerated value
|
public InvoicePriceComponentTypeEnumFactory()
public Invoice.InvoicePriceComponentType fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Invoice.InvoicePriceComponentType>fromCode in interface EnumFactory<Invoice.InvoicePriceComponentType>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<Invoice.InvoicePriceComponentType> fromType(Base code) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String toCode(Invoice.InvoicePriceComponentType code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Invoice.InvoicePriceComponentType>toCode in interface EnumFactory<Invoice.InvoicePriceComponentType>code - - the enumeration valuepublic String toSystem(Invoice.InvoicePriceComponentType code)
EnumFactorytoSystem in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Invoice.InvoicePriceComponentType>toSystem in interface EnumFactory<Invoice.InvoicePriceComponentType>code - - the enumeration valueCopyright © 2014–2021 Health Level 7. All rights reserved.