()
| 581 | |
| 582 | |
| 583 | public IHandleMetaData getMetaDataHandler() { |
| 584 | if (mMetaDataHandler == null) mMetaDataHandler = this.createMetaDataHandler(); |
| 585 | if (mMetaDataHandler == null) throw new UnsupportedOperationException(); |
| 586 | else return mMetaDataHandler; |
| 587 | } |
| 588 | |
| 589 | public DDF setMetaDataHandler(IHandleMetaData aMetaDataHandler) { |
| 590 | this.mMetaDataHandler = aMetaDataHandler; |
no test coverage detected