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