getEventName static method
Implementation
static String getEventName(int type){
if(type==ConstantParam.eventLocate) {
return ConstantText.eventToLocate;
}else if(type==ConstantParam.eventUrl) {
return ConstantText.eventToUrl;
}else{
return '';
}
}