public void translateToMap() {
   if (noOpIn != null) {
     noOpIn.resetFlags(true, true);
     addInput(
         "NoteType",
         NoteTypeObjectHelper.toMap(noOpIn, new HashMap(), "NoteType").get("NoteType"));
   }
 }
 public void translateFromMap() {
   noOpIn = NoteTypeObjectHelper.fromMap(inputMap, "NoteType");
 }