
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.GuideResourcePurposeEnum
Packages that use GuideResourcePurposeEnum
-
Uses of GuideResourcePurposeEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type GuideResourcePurposeEnumModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<GuideResourcePurposeEnum> ImplementationGuide.PackageResource.getPurposeElement()
Gets the value(s) for purpose ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type GuideResourcePurposeEnumModifier and TypeMethodDescriptionImplementationGuide.PackageResource.setPurpose
(GuideResourcePurposeEnum theValue) Sets the value(s) for purpose ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type GuideResourcePurposeEnumModifier and TypeMethodDescriptionImplementationGuide.PackageResource.setPurpose
(ca.uhn.fhir.model.primitive.BoundCodeDt<GuideResourcePurposeEnum> theValue) Sets the value(s) for purpose () -
Uses of GuideResourcePurposeEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type GuideResourcePurposeEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<GuideResourcePurposeEnum> GuideResourcePurposeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return GuideResourcePurposeEnumModifier and TypeMethodDescriptionstatic GuideResourcePurposeEnum
Returns the enumerated value associated with this codestatic GuideResourcePurposeEnum
Returns the enum constant of this type with the specified name.static GuideResourcePurposeEnum[]
GuideResourcePurposeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.