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