111112113114115116117
* @throws CloneException if the clone service could not be returned * * @author Markus Kr�ger */ public ICloneService getCloneService() throws CloneException { return new TextTableRowCloneService(this); }
116117118119120121122
* if the clone service could not be returned * * @author Markus Kr�ger */ public ICloneService getCloneService() throws CloneException { return new TextTableRowCloneService(this); }