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