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 XML/JSON representation for an enumerated value
|
public SequenceTypeEnumFactory()
public Sequence.SequenceType fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<Sequence.SequenceType>fromCode in interface IBaseEnumFactory<Sequence.SequenceType>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<Sequence.SequenceType> fromType(Base code) throws FHIRException
FHIRExceptionpublic String toCode(Sequence.SequenceType code)
EnumFactorytoCode in interface EnumFactory<Sequence.SequenceType>toCode in interface IBaseEnumFactory<Sequence.SequenceType>code - - the enumeration valuepublic String toSystem(Sequence.SequenceType code)
EnumFactorytoSystem in interface EnumFactory<Sequence.SequenceType>code - - the enumeration valueCopyright © 2014–2017 University Health Network. All rights reserved.