Uses of Enum Class
org.hl7.fhir.r5.model.Bundle.LinkRelationTypes
Packages that use Bundle.LinkRelationTypes
-
Uses of Bundle.LinkRelationTypes in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Bundle.LinkRelationTypesModifier and TypeFieldDescriptionprotected Enumeration<Bundle.LinkRelationTypes>Bundle.BundleLinkComponent.relationA name which details the functional use for this link - see [http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1](http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1).Methods in org.hl7.fhir.r5.model that return Bundle.LinkRelationTypesModifier and TypeMethodDescriptionstatic Bundle.LinkRelationTypesBundle.BundleLinkComponent.getRelation()static Bundle.LinkRelationTypesReturns the enum constant of this class with the specified name.static Bundle.LinkRelationTypes[]Bundle.LinkRelationTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Bundle.LinkRelationTypesModifier and TypeMethodDescriptionBundle.LinkRelationTypesEnumFactory.fromType(PrimitiveType<?> code) Bundle.BundleLinkComponent.getRelationElement()Methods in org.hl7.fhir.r5.model with parameters of type Bundle.LinkRelationTypesModifier and TypeMethodDescriptionBundle.BundleLinkComponent.setRelation(Bundle.LinkRelationTypes value) Bundle.LinkRelationTypesEnumFactory.toCode(Bundle.LinkRelationTypes code) Bundle.LinkRelationTypesEnumFactory.toSystem(Bundle.LinkRelationTypes code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Bundle.LinkRelationTypesModifier and TypeMethodDescriptionBundle.BundleLinkComponent.setRelationElement(Enumeration<Bundle.LinkRelationTypes> value) Constructors in org.hl7.fhir.r5.model with parameters of type Bundle.LinkRelationTypesModifierConstructorDescriptionBundleLinkComponent(Bundle.LinkRelationTypes relation, String url) Constructor