import { IPSLanguageRes } from '../res/ipslanguage-res'; import { IPSWFLink } from './ipswflink'; import { IPSWFLinkGroupCond } from './ipswflink-group-cond'; import { IPSWFProcess } from './ipswfprocess'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSWFLinkImpl extends PSModelObjectImpl implements IPSWFLink { get codeName(): string; get customCond(): string; get dynaModelFilePath(): string; protected frompswfprocess: IPSWFProcess | null; getFromPSWFProcess(): IPSWFProcess | null; get fromPSWFProcess(): IPSWFProcess | null; getFromPSWFProcessMust(): IPSWFProcess; protected lnpslanguageres: IPSLanguageRes | null; getLNPSLanguageRes(): IPSLanguageRes | null; get lNPSLanguageRes(): IPSLanguageRes | null; getLNPSLanguageResMust(): IPSLanguageRes; get logicName(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get nextCondition(): string; protected pswflinkgroupcond: IPSWFLinkGroupCond | null; getPSWFLinkGroupCond(): IPSWFLinkGroupCond | null; get psWFLinkGroupCond(): IPSWFLinkGroupCond | null; getPSWFLinkGroupCondMust(): IPSWFLinkGroupCond; get rTMOSFilePath(): string; protected topswfprocess: IPSWFProcess | null; getToPSWFProcess(): IPSWFProcess | null; get toPSWFProcess(): IPSWFProcess | null; getToPSWFProcessMust(): IPSWFProcess; get userCat(): string; get userData(): string; get userData2(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get wFLinkType(): 'TIMEOUT' | 'IAACTION' | 'ROUTE' | 'WFRETURN'; get enableCustomCond(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pswflink-impl.d.ts.map