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