# File lib/tapkit/control/description.rb, line 106
                def class_description( detail_key )
                        if relationship = @entity.relationship(detail_key) then
                                destination = relationship.destination_entity
                                destination.class_description
                        else
                                nil
                        end
                end