(DBElement struct)
| 99 | } |
| 100 | |
| 101 | public void setTopLevelStruct(DBElement struct) |
| 102 | { |
| 103 | if (struct.getType() != 14) { |
| 104 | throw new IllegalArgumentException("Database element is not a structure"); |
| 105 | } |
| 106 | this.topLevelStruct = struct; |
| 107 | } |
| 108 | |
| 109 | public void load() |
| 110 | throws DBException, IOException |