import { IPSDEWizardPanelParam } from './ipsdewizard-panel-param'; import { PSWizardPanelParamImpl } from './pswizard-panel-param-impl'; export class PSDEWizardPanelParamImpl extends PSWizardPanelParamImpl implements IPSDEWizardPanelParam { get cls(): string { return 'PSDEWizardPanelParamImpl'; } instanceof(cls: string): boolean { if (cls == 'control.wizardpanel.IPSDEWizardPanelParam') return true; return super.instanceof(cls); } }