public void forget(boolean forgetSubObjects) {
   ((ICFBamSchemaObj) schema)
       .getDoubleTypeTableObj()
       .forgetDoubleType((ICFBamDoubleTypeObj) this, forgetSubObjects);
 }