()
| 658 | } |
| 659 | |
| 660 | public IHandleTransformations getTransformationHandler() { |
| 661 | if (mTransformationHandler == null) mTransformationHandler = this.createTransformationHandler(); |
| 662 | if (mTransformationHandler == null) throw new UnsupportedOperationException(); |
| 663 | else return mTransformationHandler; |
| 664 | } |
| 665 | |
| 666 | public DDF setTransformationHandler(IHandleTransformations aTransformationHandler) { |
| 667 | this.mTransformationHandler = aTransformationHandler; |
no test coverage detected