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