import { IPSDataEntity } from '../ipsdata-entity'; import { IPSDEFSearchMode } from './ipsdefsearch-mode'; import { IPSDEField } from './ipsdefield'; import { IPSDERBase } from '../der/ipsderbase'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEFSearchModeImpl extends PSModelObjectImpl implements IPSDEFSearchMode { get codeName(): string; protected dstpsdefsearchmode: IPSDEFSearchMode | null; getDstPSDEFSearchMode(): IPSDEFSearchMode | null; get dstPSDEFSearchMode(): IPSDEFSearchMode | null; getDstPSDEFSearchModeMust(): IPSDEFSearchMode; protected dstpsdefield: IPSDEField | null; getDstPSDEField(): IPSDEField | null; get dstPSDEField(): IPSDEField | null; getDstPSDEFieldMust(): IPSDEField; protected dstpsdataentity: IPSDataEntity | null; getDstPSDataEntity(): IPSDataEntity | null; get dstPSDataEntity(): IPSDataEntity | null; getDstPSDataEntityMust(): IPSDataEntity; get dynaModelFilePath(): string; get itemTag(): string; get itemTag2(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psder: IPSDERBase | null; getPSDER(): IPSDERBase | null; get psDER(): IPSDERBase | null; getPSDERMust(): IPSDERBase; get rTMOSFilePath(): string; get stdDataType(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get valueFormat(): string; get valueFunc(): string; get valueOP(): string; get valueSeparator(): string; get array(): boolean; get default(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdefsearch-mode-impl.d.ts.map