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