Package io.keikai.model.impl
Interface LinkedModelObject
- All Known Implementing Classes:
AbstractCellAdv,AbstractChartAdv,AbstractColumnArrayAdv,AbstractDataValidationAdv,AbstractGeneralChartDataAdv,AbstractNameAdv,AbstractPictureAdv,AbstractRowAdv,AbstractSheetAdv,AreaChartDataImpl,BarChartDataImpl,BubbleChartDataImpl,CellImpl,ChartDataAdv,ChartImpl,ColumnArrayImpl,DataValidationImpl,DoughnutChartDataImpl,GeneralChartDataImpl,GroupingChartDataImpl,LineChartDataImpl,NameImpl,PictureImpl,PieChartDataImpl,RowImpl,ScatterChartDataImpl,SeriesImpl,SheetImpl,TableImpl,TableNameImpl,UnsupportedChartDataImpl
public interface LinkedModelObject
- Since:
- 3.5.0
- Author:
- dennis
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroy()Destroy / release this model object, for example all the dependency, parent linking.
-
Method Details
-
destroy
void destroy()Destroy / release this model object, for example all the dependency, parent linking. this method has to be called before remove this linking from parent object -
checkOrphan
void checkOrphan()
-