import { IPSDELogicLinkSingleCond } from './ipsdelogic-link-single-cond'; import { IPSDELogicParam } from './ipsdelogic-param'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDELogicLinkSingleCondImpl extends PSModelObjectImpl implements IPSDELogicLinkSingleCond { get codeName(): string; get condOP(): string; get dstFieldName(): string; protected dstlogicparam: IPSDELogicParam | null; getDstLogicParam(): IPSDELogicParam | null; get dstLogicParam(): IPSDELogicParam | null; getDstLogicParamMust(): IPSDELogicParam; 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: IPSDELogicParam | null; getSrcLogicParam(): IPSDELogicParam | null; get srcLogicParam(): IPSDELogicParam | null; getSrcLogicParamMust(): IPSDELogicParam; 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=psdelogic-link-single-cond-impl.d.ts.map