super.releaseTransient();
if (this._nodSectors != null)
{
Object objRoot = super.getModel().getRoot();
GfrNodCtrFixFolderRootAbs nodRoot = (GfrNodCtrFixFolderRootAbs) objRoot;
nodRoot.remove(this._nodSectors);
// TODO: iterate through children, remove
this._nodSectors.releaseTransient();
this._nodSectors.destroy();
this._nodSectors = null;
}
if (this._nodAreas != null)
{
Object objRoot = super.getModel().getRoot();
GfrNodCtrFixFolderRootAbs nodRoot = (GfrNodCtrFixFolderRootAbs) objRoot;
nodRoot.remove(this._nodAreas);
// TODO: iterate through children, remove
this._nodAreas.releaseTransient();
this._nodAreas.destroy();
this._nodAreas = null;
}
if (this._nodPaths != null)
{
Object objRoot = super.getModel().getRoot();
GfrNodCtrFixFolderRootAbs nodRoot = (GfrNodCtrFixFolderRootAbs) objRoot;
nodRoot.remove(_nodPaths);
// TODO: iterate through children, remove
this._nodPaths.releaseTransient();
this._nodPaths.destroy();
this._nodPaths = null;
}
if (this._nodSegmentsWiseYes != null)
{
Object objRoot = super.getModel().getRoot();
GfrNodCtrFixFolderRootAbs nodRoot = (GfrNodCtrFixFolderRootAbs) objRoot;
nodRoot.remove(_nodSegmentsWiseYes);
// TODO: iterate through children, remove
this._nodSegmentsWiseYes.releaseTransient();
this._nodSegmentsWiseYes.destroy();
this._nodSegmentsWiseYes = null;
}
if (this._nodPoints != null)
{
Object objRoot = super.getModel().getRoot();
GfrNodCtrFixFolderRootAbs nodRoot = (GfrNodCtrFixFolderRootAbs) objRoot;
nodRoot.remove(_nodPoints);
// TODO: iterate through children, remove
this._nodPoints.releaseTransient();
this._nodPoints.destroy();
this._nodPoints = null;
}
if (this._nodPlacemarks != null)
{
Object objRoot = super.getModel().getRoot();
GfrNodCtrFixFolderRootAbs nodRoot = (GfrNodCtrFixFolderRootAbs) objRoot;
nodRoot.remove(_nodPlacemarks);
// TODO: iterate through children, remove
this._nodPlacemarks.releaseTransient();
this._nodPlacemarks.destroy();
this._nodPlacemarks = null;
}
if (this._nodPointsets != null)
{
Object objRoot = super.getModel().getRoot();
GfrNodCtrFixFolderRootAbs nodRoot = (GfrNodCtrFixFolderRootAbs) objRoot;
nodRoot.remove(_nodPointsets);
// TODO: iterate through children, remove
this._nodPointsets.releaseTransient();
this._nodPointsets.destroy();
this._nodPointsets = null;