
Uses of Enum Class
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.modeMode of this document declaration - whether application is producer or consumer.Methods in org.hl7.fhir.dstu2.model that return Conformance.DocumentModeModifier and TypeMethodDescriptionstatic Conformance.DocumentModeConformance.ConformanceDocumentComponent.getMode()static Conformance.DocumentModeReturns the enum constant of this class with the specified name.static Conformance.DocumentMode[]Conformance.DocumentMode.values()Returns an array containing the constants of this enum class, 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)