()
| 565 | |
| 566 | |
| 567 | public IHandleJoins getJoinsHandler() { |
| 568 | if (mJoinsHandler == null) mJoinsHandler = this.createJoinsHandler(); |
| 569 | if (mJoinsHandler == null) throw new UnsupportedOperationException(); |
| 570 | else return mJoinsHandler; |
| 571 | } |
| 572 | |
| 573 | public DDF setJoinsHandler(IHandleJoins aJoinsHandler) { |
| 574 | this.mJoinsHandler = aJoinsHandler; |
no test coverage detected