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