Uses of Enum
org.hl7.fhir.dstu2.model.Conformance.DocumentMode
-
Uses of Conformance.DocumentMode in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Conformance.DocumentMode> Conformance.ConformanceDocumentComponent.mode
Mode of this document declaration - whether application is producer or consumer.Modifier and TypeMethodDescriptionstatic Conformance.DocumentMode
Conformance.ConformanceDocumentComponent.getMode()
static Conformance.DocumentMode
Returns the enum constant of this type with the specified name.static Conformance.DocumentMode[]
Conformance.DocumentMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionConformance.ConformanceDocumentComponent.setMode
(Conformance.DocumentMode value) Conformance.DocumentModeEnumFactory.toCode
(Conformance.DocumentMode code) Modifier and TypeMethodDescriptionConformance.ConformanceDocumentComponent.setModeElement
(Enumeration<Conformance.DocumentMode> value) ModifierConstructorDescriptionConformanceDocumentComponent
(Enumeration<Conformance.DocumentMode> mode, Reference profile)