dm_ve_field_label Function

public pure function dm_ve_field_label(type) result(label)

Returns field label as allocatable string, or empty string if type is invalid.

Arguments

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

Field type.

Return Value character(len=:), allocatable

Field label.


Calls

proc~~dm_ve_field_label~~CallsGraph proc~dm_ve_field_label dm_ve_field_label proc~dm_ve_is_valid_field_type dm_ve_is_valid_field_type proc~dm_ve_field_label->proc~dm_ve_is_valid_field_type