()
| 816 | } |
| 817 | |
| 818 | public ISupportML getMLSupporter() { |
| 819 | if (mMLSupporter == null) mMLSupporter = this.createMLSupporter(); |
| 820 | if (mMLSupporter == null) throw new UnsupportedOperationException(); |
| 821 | else return mMLSupporter; |
| 822 | } |
| 823 | |
| 824 | public DDF setMLSupporter(ISupportML aMLSupporter) { |
| 825 | this.mMLSupporter = aMLSupporter; |
no test coverage detected