dm_response_type_to_name Function

public pure function dm_response_type_to_name(type) result(str)

Returns allocatable string of response value type name, or invalid if the type is invalid.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: type

Response value type.

Return Value character(len=:), allocatable

Response value type name.


Calls

proc~~dm_response_type_to_name~~CallsGraph proc~dm_response_type_to_name dm_response_type_to_name proc~dm_response_type_is_valid dm_response_type_is_valid proc~dm_response_type_to_name->proc~dm_response_type_is_valid

Called by

proc~~dm_response_type_to_name~~CalledByGraph proc~dm_response_type_to_name dm_response_type_to_name proc~dm_html_responses dm_html_responses proc~dm_html_responses->proc~dm_response_type_to_name proc~dm_response_out dm_response_out proc~dm_response_out->proc~dm_response_type_to_name proc~dm_html_observ dm_html_observ proc~dm_html_observ->proc~dm_html_responses