public class ReferenceHandlingPolicyEnumFactory extends Object implements EnumFactory<ReferenceHandlingPolicy>
| Constructor and Description |
|---|
ReferenceHandlingPolicyEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
ReferenceHandlingPolicy |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
String |
toCode(ReferenceHandlingPolicy code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(ReferenceHandlingPolicy code)
Get the system URI for an enumerated value
|
public ReferenceHandlingPolicyEnumFactory()
public ReferenceHandlingPolicy fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<ReferenceHandlingPolicy>fromCode in interface EnumFactory<ReferenceHandlingPolicy>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic String toCode(ReferenceHandlingPolicy code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<ReferenceHandlingPolicy>toCode in interface EnumFactory<ReferenceHandlingPolicy>code - - the enumeration valuepublic String toSystem(ReferenceHandlingPolicy code)
EnumFactorytoSystem in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<ReferenceHandlingPolicy>toSystem in interface EnumFactory<ReferenceHandlingPolicy>code - - the enumeration valueCopyright © 2014–2021 Health Level 7. All rights reserved.