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