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