import { IPSWFLink } from './ipswflink'; import { IPSWFProcess } from './ipswfprocess'; import { IPSWFVersion } from './ipswfversion'; import { IPSWorkflow } from './ipsworkflow'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSWFVersionImpl extends PSModelObjectImpl implements IPSWFVersion { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected pswflinks: IPSWFLink[] | null; getPSWFLinks(): IPSWFLink[] | null; get psWFLinks(): IPSWFLink[] | null; findPSWFLink(objKey: any): IPSWFLink | null; protected pswfprocesses: IPSWFProcess[] | null; getPSWFProcesses(): IPSWFProcess[] | null; get psWFProcesses(): IPSWFProcess[] | null; findPSWFProcess(objKey: any): IPSWFProcess | null; protected psworkflow: IPSWorkflow | null; getPSWorkflow(): IPSWorkflow | null; get psWorkflow(): IPSWorkflow | null; getPSWorkflowMust(): IPSWorkflow; get rTMOSFilePath(): string; protected startpswfprocess: IPSWFProcess | null; getStartPSWFProcess(): IPSWFProcess | null; get startPSWFProcess(): IPSWFProcess | null; getStartPSWFProcessMust(): IPSWFProcess; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get wFCodeName(): string; get wFMode(): string; get wFVersion(): number; get hasMobStartView(): boolean; getHasMobStartView(): boolean; get hasStartView(): boolean; getHasStartView(): boolean; get valid(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pswfversion-impl.d.ts.map