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