()
| 613 | |
| 614 | |
| 615 | public IHandleMissingData getMissingDataHandler() { |
| 616 | if (mMissingDataHandler == null) mMissingDataHandler = this.createMissingDataHandler(); |
| 617 | if (mMissingDataHandler == null) throw new UnsupportedOperationException(); |
| 618 | else return mMissingDataHandler; |
| 619 | } |
| 620 | |
| 621 | public DDF setMissingDataHandler(IHandleMissingData aMissingDataHandler) { |
| 622 | this.mMissingDataHandler = aMissingDataHandler; |
no test coverage detected