import { IPSSysDBValueFunc } from './ipssys-dbvalue-func'; import { IPSSysSFPlugin } from '../res/ipssys-sfplugin'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysDBValueFuncImpl extends PSModelObjectImpl implements IPSSysDBValueFunc { get codeName(): string; get dBValueFuncType(): 'PS' | 'UX'; get dynaModelFilePath(): string; get inputStdDataType(): 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 mOSFilePath(): string; get memo(): string; get name(): string; get outputStdDataType(): 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 outputValueFormat(): string; protected pssyssfplugin: IPSSysSFPlugin | null; getPSSysSFPlugin(): IPSSysSFPlugin | null; get psSysSFPlugin(): IPSSysSFPlugin | null; getPSSysSFPluginMust(): IPSSysSFPlugin; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get valueFuncTag(): string; get valueFuncTag2(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-dbvalue-func-impl.d.ts.map