
Uses of Enum
org.hl7.fhir.dstu3.model.Bundle.BundleType
Packages that use Bundle.BundleType
-
Uses of Bundle.BundleType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Bundle.BundleTypeModifier and TypeFieldDescriptionprotected Enumeration
<Bundle.BundleType> Bundle.type
Indicates the purpose of this bundle - how it was intended to be used.Methods in org.hl7.fhir.dstu3.model that return Bundle.BundleTypeModifier and TypeMethodDescriptionstatic Bundle.BundleType
Bundle.getType()
static Bundle.BundleType
Returns the enum constant of this type with the specified name.static Bundle.BundleType[]
Bundle.BundleType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Bundle.BundleTypeModifier and TypeMethodDescriptionBundle.BundleTypeEnumFactory.fromType
(PrimitiveType<?> code) Bundle.getTypeElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type Bundle.BundleTypeModifier and TypeMethodDescriptionBundle.setType
(Bundle.BundleType value) Bundle.BundleTypeEnumFactory.toCode
(Bundle.BundleType code) Bundle.BundleTypeEnumFactory.toSystem
(Bundle.BundleType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Bundle.BundleTypeConstructor parameters in org.hl7.fhir.dstu3.model with type arguments of type Bundle.BundleType