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