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