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