I know, I think you make me wrong. :)
call methods[methodId]
methods just a string array , methods[methodId] just return one of values of "abc" "efg" "hig"
call methods[methodId] is call functions abc, efg, hig dynamically, I won't to write switch/case structure, because I have many many thus...