public void delete() {
   super.forget();
   getSchema().getUInt32TypeTableObj().deleteUInt32Type(getOrigAsUInt32Type());
 }