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