()
| 329 | private DDF mDummyDDF; |
| 330 | |
| 331 | protected DDF getDummyDDF() throws DDFException { |
| 332 | if (mDummyDDF == null) mDummyDDF = this.newDDF(this); |
| 333 | return mDummyDDF; |
| 334 | } |
| 335 | |
| 336 | // /** |
| 337 | // * Instantiates a new DDF of the type specified in ddf.ini as "DDF". |