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