Uses of Class
ca.uhn.fhir.model.dstu2.valueset.GuidePageKindEnum
-
Packages that use GuidePageKindEnum Package Description ca.uhn.fhir.model.dstu2.resource ca.uhn.fhir.model.dstu2.valueset -
-
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 GuidePageKindEnum Modifier and Type Method Description ca.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 GuidePageKindEnum Modifier and Type Method Description ImplementationGuide.PageImplementationGuide.Page. setKind(GuidePageKindEnum theValue)Sets the value(s) for kind ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type GuidePageKindEnum Modifier and Type Method Description ImplementationGuide.PageImplementationGuide.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 GuidePageKindEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<GuidePageKindEnum>GuidePageKindEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return GuidePageKindEnum Modifier and Type Method Description static GuidePageKindEnumGuidePageKindEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic GuidePageKindEnumGuidePageKindEnum. valueOf(String name)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.
-