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