Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.clone
Interface ICloneServiceProvider

All Known Subinterfaces:
IETextTable, IETextTableCellRange, IParagraph, ITextTable, ITextTableCell, ITextTableCellRange, ITextTableColumn, ITextTableRow
All Known Implementing Classes:
ETextTable, ETextTableCellRange, Paragraph, TextTable, TextTableCell, TextTableCellRange, TextTableColumn, TextTableRow

public interface ICloneServiceProvider

This interface needs to be implemented by all elements that need a clone service.


Method Summary
 ICloneService getCloneService()
          Gets the clone service of the element.
 

Method Detail

getCloneService

ICloneService getCloneService()
                              throws CloneException
Gets the clone service of the element.

Returns:
the clone service
Throws:
CloneException - if the clone service could not be returned

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013