Uses of Enum
org.hl7.fhir.dstu3.model.Subscription.SubscriptionChannelType
-
Uses of Subscription.SubscriptionChannelType in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Subscription.SubscriptionChannelType> Subscription.SubscriptionChannelComponent.type
The type of channel to send notifications on.Modifier and TypeMethodDescriptionSubscription.SubscriptionChannelComponent.getType()
Returns the enum constant of this type with the specified name.static Subscription.SubscriptionChannelType[]
Subscription.SubscriptionChannelType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSubscription.SubscriptionChannelTypeEnumFactory.fromType
(PrimitiveType<?> code) Subscription.SubscriptionChannelComponent.getTypeElement()
Modifier and TypeMethodDescriptionSubscription.SubscriptionChannelComponent.setType
(Subscription.SubscriptionChannelType value) Subscription.SubscriptionChannelTypeEnumFactory.toCode
(Subscription.SubscriptionChannelType code) Subscription.SubscriptionChannelTypeEnumFactory.toSystem
(Subscription.SubscriptionChannelType code) Modifier and TypeMethodDescriptionSubscription.SubscriptionChannelComponent.setTypeElement
(Enumeration<Subscription.SubscriptionChannelType> value) ModifierConstructorDescriptionConstructor