import { IPSDEField } from '../defield/ipsdefield'; import { IPSDEDQFieldCondition } from './ipsdedqfield-condition'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEDQFieldConditionImpl extends PSModelObjectImpl implements IPSDEDQFieldCondition { get codeName(): string; get condOp(): string; get condType(): 'GROUP' | 'SINGLE' | 'CUSTOM' | 'PREDEFINED'; get condValue(): string; get dynaModelFilePath(): string; get fieldName(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdefield: IPSDEField | null; getPSDEField(): IPSDEField | null; get psDEField(): IPSDEField | null; getPSDEFieldMust(): IPSDEField; get psVARTypeId(): string; getPSVARTypeId(): string; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get valueFunc(): string; get valueFuncTag(): string; get valueFuncTag2(): string; get ignoreEmpty(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdedqfield-condition-impl.d.ts.map