import { IPSDEMSLogicLinkSingleCond } from './ipsdemslogic-link-single-cond'; import { IPSDEMSLogicParam } from './ipsdemslogic-param'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEMSLogicLinkSingleCondImpl extends PSModelObjectImpl implements IPSDEMSLogicLinkSingleCond { get codeName(): string; get condOP(): string; get dstFieldName(): string; protected dstlogicparam: IPSDEMSLogicParam | null; getDstLogicParam(): IPSDEMSLogicParam | null; get dstLogicParam(): IPSDEMSLogicParam | null; getDstLogicParamMust(): IPSDEMSLogicParam; get dynaModelFilePath(): string; get logicType(): 'GROUP' | 'SINGLE'; get mOSFilePath(): string; get memo(): string; get name(): string; get paramType(): 'ENTITYFIELD' | 'CURTIME'; get paramValue(): string; get rTMOSFilePath(): string; protected srclogicparam: IPSDEMSLogicParam | null; getSrcLogicParam(): IPSDEMSLogicParam | null; get srcLogicParam(): IPSDEMSLogicParam | null; getSrcLogicParamMust(): IPSDEMSLogicParam; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get value(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdemslogic-link-single-cond-impl.d.ts.map