Uses of Class
org.hl7.fhir.r4.model.Bundle.BundleType
-
Packages that use Bundle.BundleType Package Description org.hl7.fhir.r4.model -
-
Uses of Bundle.BundleType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Bundle.BundleType Modifier and Type Field Description protected Enumeration<Bundle.BundleType>Bundle. typeIndicates the purpose of this bundle - how it is intended to be used.Methods in org.hl7.fhir.r4.model that return Bundle.BundleType Modifier and Type Method Description static Bundle.BundleTypeBundle.BundleType. fromCode(String codeString)Bundle.BundleTypeBundle.BundleTypeEnumFactory. fromCode(String codeString)Bundle.BundleTypeBundle. getType()static Bundle.BundleTypeBundle.BundleType. valueOf(String name)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.r4.model that return types with arguments of type Bundle.BundleType Modifier and Type Method Description Enumeration<Bundle.BundleType>Bundle.BundleTypeEnumFactory. fromType(Base code)Enumeration<Bundle.BundleType>Bundle. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type Bundle.BundleType Modifier and Type Method Description BundleBundle. setType(Bundle.BundleType value)StringBundle.BundleTypeEnumFactory. toCode(Bundle.BundleType code)StringBundle.BundleTypeEnumFactory. toSystem(Bundle.BundleType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Bundle.BundleType Modifier and Type Method Description BundleBundle. setTypeElement(Enumeration<Bundle.BundleType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Bundle.BundleType Constructor Description Bundle(Enumeration<Bundle.BundleType> type)Constructor
-