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