static {
   for (SubjectType u : SubjectType.values()) {
     lookup.put(u.getValue(), u);
   }
 }