
Uses of Enum Class
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.typeIndicates 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.BundleTypeBundle.getType()static Bundle.BundleTypeReturns the enum constant of this class with the specified name.static Bundle.BundleType[]Bundle.BundleType.values()Returns an array containing the constants of this enum class, 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