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