public T name(String name) {
   def.setName(name);
   return (T) this;
 }