()
| 721 | |
| 722 | |
| 723 | public IHandleRepresentations getRepresentationHandler() { |
| 724 | if (mRepresentationHandler == null) mRepresentationHandler = this.createRepresentationHandler(); |
| 725 | if (mRepresentationHandler == null) throw new UnsupportedOperationException(); |
| 726 | else return mRepresentationHandler; |
| 727 | } |
| 728 | |
| 729 | public DDF setRepresentationHandler(IHandleRepresentations aRepresentationHandler) { |
| 730 | this.mRepresentationHandler = aRepresentationHandler; |