@SuppressWarnings("unchecked")
 public static LinkedHashMap<String, EnumCommentStatus> objMap() {
   return EnumBaseUtils.toObjMap(values());
 }