import { IPSSysMsgTempl } from '../msg/ipssys-msg-templ'; import { IPSWFProcessRole } from './ipswfprocess-role'; import { IPSWFRole } from './ipswfrole'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSWFProcessRoleImpl extends PSModelObjectImpl implements IPSWFProcessRole { 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 pswfrole: IPSWFRole | null; getPSWFRole(): IPSWFRole | null; get psWFRole(): IPSWFRole | null; getPSWFRoleMust(): IPSWFRole; get rTMOSFilePath(): string; get uDField(): string; get userCat(): string; get userData(): string; get userData2(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get wFProcessRoleType(): 'WFROLE' | 'LASTTWOSTEPACTOR' | 'LASTTHREESTEPACTOR' | 'LASTSTEPACTOR' | 'UDACTOR' | 'CURACTOR'; get cCMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pswfprocess-role-impl.d.ts.map