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