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