Uses of Enum
org.hl7.fhir.dstu2.model.Conformance.ConformanceStatementKind
-
Uses of Conformance.ConformanceStatementKind in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Conformance.ConformanceStatementKind> Conformance.kind
The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind not instance of software) or a class of implementation (e.g.Modifier and TypeMethodDescriptionConformance.getKind()
Returns the enum constant of this type with the specified name.static Conformance.ConformanceStatementKind[]
Conformance.ConformanceStatementKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionConformance.setKind
(Conformance.ConformanceStatementKind value) Conformance.ConformanceStatementKindEnumFactory.toCode
(Conformance.ConformanceStatementKind code) Modifier and TypeMethodDescriptionConformance.setKindElement
(Enumeration<Conformance.ConformanceStatementKind> value) ModifierConstructorDescriptionConformance
(DateTimeType date, Enumeration<Conformance.ConformanceStatementKind> kind, IdType fhirVersion, Enumeration<Conformance.UnknownContentCode> acceptUnknown)