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