Uses of Enum
org.hl7.fhir.dstu2.model.Conformance.RestfulConformanceMode
-
Uses of Conformance.RestfulConformanceMode in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Conformance.RestfulConformanceMode> Conformance.ConformanceRestComponent.mode
Identifies whether this portion of the statement is describing ability to initiate or receive restful operations.Modifier and TypeMethodDescriptionConformance.ConformanceRestComponent.getMode()
Returns the enum constant of this type with the specified name.static Conformance.RestfulConformanceMode[]
Conformance.RestfulConformanceMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionConformance.ConformanceRestComponent.setMode
(Conformance.RestfulConformanceMode value) Conformance.RestfulConformanceModeEnumFactory.toCode
(Conformance.RestfulConformanceMode code) Modifier and TypeMethodDescriptionConformance.ConformanceRestComponent.setModeElement
(Enumeration<Conformance.RestfulConformanceMode> value) ModifierConstructorDescription