Uses of Class
org.hl7.fhir.r4.model.codesystems.EndpointConnectionType
-
Packages that use EndpointConnectionType Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of EndpointConnectionType in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return EndpointConnectionType Modifier and Type Method Description static EndpointConnectionTypeEndpointConnectionType. fromCode(String codeString)EndpointConnectionTypeEndpointConnectionTypeEnumFactory. fromCode(String codeString)static EndpointConnectionTypeEndpointConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointConnectionType[]EndpointConnectionType. 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 EndpointConnectionType Modifier and Type Method Description StringEndpointConnectionTypeEnumFactory. toCode(EndpointConnectionType code)StringEndpointConnectionTypeEnumFactory. toSystem(EndpointConnectionType code)
-