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