
Uses of Enum Class
org.hl7.fhir.dstu2.model.ImplementationGuide.GuideResourcePurpose
Packages that use ImplementationGuide.GuideResourcePurpose
-
Uses of ImplementationGuide.GuideResourcePurpose in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ImplementationGuide.GuideResourcePurposeModifier and TypeFieldDescriptionImplementationGuide.ImplementationGuidePackageResourceComponent.purposeWhy the resource is included in the guide.Methods in org.hl7.fhir.dstu2.model that return ImplementationGuide.GuideResourcePurposeModifier and TypeMethodDescriptionImplementationGuide.ImplementationGuidePackageResourceComponent.getPurpose()Returns the enum constant of this class with the specified name.ImplementationGuide.GuideResourcePurpose.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ImplementationGuide.GuideResourcePurposeModifier and TypeMethodDescriptionImplementationGuide.ImplementationGuidePackageResourceComponent.getPurposeElement()Methods in org.hl7.fhir.dstu2.model with parameters of type ImplementationGuide.GuideResourcePurposeModifier and TypeMethodDescriptionImplementationGuide.ImplementationGuidePackageResourceComponent.setPurpose(ImplementationGuide.GuideResourcePurpose value) ImplementationGuide.GuideResourcePurposeEnumFactory.toCode(ImplementationGuide.GuideResourcePurpose code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type ImplementationGuide.GuideResourcePurposeModifier and TypeMethodDescriptionImplementationGuide.ImplementationGuidePackageResourceComponent.setPurposeElement(Enumeration<ImplementationGuide.GuideResourcePurpose> value) Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type ImplementationGuide.GuideResourcePurposeModifierConstructorDescriptionImplementationGuidePackageResourceComponent(Enumeration<ImplementationGuide.GuideResourcePurpose> purpose, Type source)