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