Uses of Enum
org.hl7.fhir.dstu2.model.Conformance.UnknownContentCode
-
Uses of Conformance.UnknownContentCode in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Conformance.UnknownContentCode> Conformance.acceptUnknown
A code that indicates whether the application accepts unknown elements or extensions when reading resources.Modifier and TypeMethodDescriptionConformance.getAcceptUnknown()
Returns the enum constant of this type with the specified name.static Conformance.UnknownContentCode[]
Conformance.UnknownContentCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionConformance.setAcceptUnknown
(Conformance.UnknownContentCode value) Conformance.UnknownContentCodeEnumFactory.toCode
(Conformance.UnknownContentCode code) Modifier and TypeMethodDescriptionConformance.setAcceptUnknownElement
(Enumeration<Conformance.UnknownContentCode> value)