import { IPSDEFSearchMode } from '../defield/ipsdefsearch-mode'; import { IPSDEField } from '../defield/ipsdefield'; import { IPSDEDataSetParam } from './ipsdedata-set-param'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEDataSetParamImpl extends PSModelObjectImpl implements IPSDEDataSetParam { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; protected psdefsearchmode: IPSDEFSearchMode | null; getPSDEFSearchMode(): IPSDEFSearchMode | null; get psDEFSearchMode(): IPSDEFSearchMode | null; getPSDEFSearchModeMust(): IPSDEFSearchMode; protected psdefield: IPSDEField | null; getPSDEField(): IPSDEField | null; get psDEField(): IPSDEField | null; getPSDEFieldMust(): IPSDEField; get paramDesc(): string; get paramTag(): string; get paramTag2(): 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 userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get value(): string; get valueType(): 'INPUTVALUE' | 'NONEVALUE' | 'PARAM' | 'VALUE' | 'NULLVALUE' | 'SESSION' | 'APPLICATION' | 'UNIQUEID' | 'CONTEXT' | 'OPERATOR' | 'OPERATORNAME' | 'CURTIME' | 'APPDATA' | 'EXPRESSION' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get allowEmpty(): boolean; get array(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdedata-set-param-impl.d.ts.map