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