Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.GuidePageKindEnum
-
Uses of GuidePageKindEnum in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<GuidePageKindEnum> ImplementationGuide.Page.getKindElement()
Gets the value(s) for kind ().Modifier and TypeMethodDescriptionImplementationGuide.Page.setKind
(GuidePageKindEnum theValue) Sets the value(s) for kind ()Modifier 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
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<GuidePageKindEnum> GuidePageKindEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier 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.