Uses of Class
org.hl7.fhir.dstu2016may.model.codesystems.RestfulConformanceMode
-
Packages that use RestfulConformanceMode Package Description org.hl7.fhir.dstu2016may.model.codesystems -
-
Uses of RestfulConformanceMode in org.hl7.fhir.dstu2016may.model.codesystems
Methods in org.hl7.fhir.dstu2016may.model.codesystems that return RestfulConformanceMode Modifier and Type Method Description static RestfulConformanceModeRestfulConformanceMode. fromCode(String codeString)RestfulConformanceModeRestfulConformanceModeEnumFactory. fromCode(String codeString)static RestfulConformanceModeRestfulConformanceMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RestfulConformanceMode[]RestfulConformanceMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2016may.model.codesystems with parameters of type RestfulConformanceMode Modifier and Type Method Description StringRestfulConformanceModeEnumFactory. toCode(RestfulConformanceMode code)StringRestfulConformanceModeEnumFactory. toSystem(RestfulConformanceMode code)
-