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