import { IPSDEField } from '../defield/ipsdefield'; import { IPSDENotifyTarget } from './ipsdenotify-target'; import { IPSSysMsgTarget } from '../../msg/ipssys-msg-target'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDENotifyTargetImpl extends PSModelObjectImpl implements IPSDENotifyTarget { get codeName(): string; get dynaModelFilePath(): string; get filter(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected pssysmsgtar: IPSSysMsgTarget | null; getPSSysMsgTarget(): IPSSysMsgTarget | null; get psSysMsgTarget(): IPSSysMsgTarget | null; getPSSysMsgTargetMust(): IPSSysMsgTarget; get rTMOSFilePath(): string; protected tarpsdefield: IPSDEField | null; getTargetPSDEField(): IPSDEField | null; get targetPSDEField(): IPSDEField | null; getTargetPSDEFieldMust(): IPSDEField; get targetType(): 'DEFIELD' | 'SYSMSGTARGET' | 'USER' | 'USER2'; protected tartypepsdefield: IPSDEField | null; getTargetTypePSDEField(): IPSDEField | null; get targetTypePSDEField(): IPSDEField | null; getTargetTypePSDEFieldMust(): IPSDEField; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdenotify-target-impl.d.ts.map