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