
Uses of Enum
org.hl7.fhir.dstu2.model.Conformance.DocumentMode
Packages that use Conformance.DocumentMode
-
Uses of Conformance.DocumentMode in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Conformance.DocumentModeModifier and TypeFieldDescriptionprotected Enumeration
<Conformance.DocumentMode> Conformance.ConformanceDocumentComponent.mode
Mode of this document declaration - whether application is producer or consumer.Methods in org.hl7.fhir.dstu2.model that return Conformance.DocumentModeModifier 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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Conformance.DocumentModeMethods in org.hl7.fhir.dstu2.model with parameters of type Conformance.DocumentModeModifier and TypeMethodDescriptionConformance.ConformanceDocumentComponent.setMode
(Conformance.DocumentMode value) Conformance.DocumentModeEnumFactory.toCode
(Conformance.DocumentMode code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Conformance.DocumentModeModifier and TypeMethodDescriptionConformance.ConformanceDocumentComponent.setModeElement
(Enumeration<Conformance.DocumentMode> value) Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type Conformance.DocumentModeModifierConstructorDescriptionConformanceDocumentComponent
(Enumeration<Conformance.DocumentMode> mode, Reference profile)