This function returns the string expression for the given Integer as the data-attribute-type. This is meant to be used (mainly) in debugging. See /packages/dal/interface/dal.f90 for detail re the definition.
interface getAttributeTypeName subroutine getAttributeTypeName(inInt, outStr) integer, intent(in) :: inInt character(*), intent(out) :: outStr end subroutine getAttributeTypeName end interface