import { IPSSysMsgTempl } from '../msg/ipssys-msg-templ'; import { IPSWFLinkRole } from './ipswflink-role'; import { IPSWFProcessRole } from './ipswfprocess-role'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSWFLinkRoleImpl extends PSModelObjectImpl implements IPSWFLinkRole { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected pssysmsgtempl: IPSSysMsgTempl | null; getPSSysMsgTempl(): IPSSysMsgTempl | null; get psSysMsgTempl(): IPSSysMsgTempl | null; getPSSysMsgTemplMust(): IPSSysMsgTempl; protected pswfprocessrole: IPSWFProcessRole | null; getPSWFProcessRole(): IPSWFProcessRole | null; get psWFProcessRole(): IPSWFProcessRole | null; getPSWFProcessRoleMust(): IPSWFProcessRole; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pswflink-role-impl.d.ts.map