import { IPSGanttExpBarParam } from './ipsgantt-exp-bar-param'; import { PSExpBarParamImpl } from './psexp-bar-param-impl'; export class PSGanttExpBarParamImpl extends PSExpBarParamImpl implements IPSGanttExpBarParam { get cls(): string { return 'PSGanttExpBarParamImpl'; } instanceof(cls: string): boolean { if (cls == 'control.expbar.IPSGanttExpBarParam') return true; return super.instanceof(cls); } }