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