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