import { PSControlParamImpl } from '../pscontrol-param-impl'; import { IPSDEReportPanelParam } from './ipsdereport-panel-param'; export class PSDEReportPanelParamImpl extends PSControlParamImpl implements IPSDEReportPanelParam { get cls(): string { return 'PSDEReportPanelParamImpl'; } instanceof(cls: string): boolean { if (cls == 'control.reportpanel.IPSDEReportPanelParam') return true; return super.instanceof(cls); } }