import { IPSAppDEFLogic } from './ipsapp-deflogic'; import { IPSAppDEFUIMode } from './ipsapp-defuimode'; import { IPSAppDEField } from './ipsapp-defield'; import { IPSLanguageRes } from '../../res/ipslanguage-res'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppDEFieldImpl2 extends PSModelObjectImpl implements IPSAppDEField { protected allpsappdefuimodes: IPSAppDEFUIMode[] | null; getAllPSAppDEFUIModes(): IPSAppDEFUIMode[] | null; get allPSAppDEFUIModes(): IPSAppDEFUIMode[] | null; findPSAppDEFUIMode(objKey: any): IPSAppDEFUIMode | null; get codeName(): string; protected computepsappdeflogic: IPSAppDEFLogic | null; getComputePSAppDEFLogic(): IPSAppDEFLogic | null; get computePSAppDEFLogic(): IPSAppDEFLogic | null; getComputePSAppDEFLogicMust(): IPSAppDEFLogic; get defaultValue(): string; protected defaultvaluepsappdeflogic: IPSAppDEFLogic | null; getDefaultValuePSAppDEFLogic(): IPSAppDEFLogic | null; get defaultValuePSAppDEFLogic(): IPSAppDEFLogic | null; getDefaultValuePSAppDEFLogicMust(): IPSAppDEFLogic; get defaultValueType(): 'SESSION' | 'APPLICATION' | 'UNIQUEID' | 'CONTEXT' | 'PARAM' | 'OPERATOR' | 'OPERATORNAME' | 'CURTIME' | 'APPDATA' | 'EXPRESSION' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get dynaModelFilePath(): string; protected lnpslanguageres: IPSLanguageRes | null; getLNPSLanguageRes(): IPSLanguageRes | null; get lNPSLanguageRes(): IPSLanguageRes | null; getLNPSLanguageResMust(): IPSLanguageRes; get logicName(): string; get mOSFilePath(): string; get maxValueString(): string; get memo(): string; get minStringLength(): number; get minValueString(): string; get name(): string; protected onchangepsappdeflogic: IPSAppDEFLogic | null; getOnChangePSAppDEFLogic(): IPSAppDEFLogic | null; get onChangePSAppDEFLogic(): IPSAppDEFLogic | null; getOnChangePSAppDEFLogicMust(): IPSAppDEFLogic; get precision(): number; protected qsphpslanguageres: IPSLanguageRes | null; getQSPHPSLanguageRes(): IPSLanguageRes | null; get qSPHPSLanguageRes(): IPSLanguageRes | null; getQSPHPSLanguageResMust(): IPSLanguageRes; get quickSearchPlaceHolder(): string; 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 stringLength(): number; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get valueFormat(): string; get dataTypeField(): boolean; get enableFrontOnly(): boolean; get enableQuickSearch(): boolean; get keyField(): boolean; get majorField(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-defield-impl2.d.ts.map