import { IPSAppDEUILogicNodeParam } from '../../app/dataentity/ipsapp-deuilogic-node-param'; import { IPSDEUILogicNodeParam } from './ipsdeuilogic-node-param'; import { IPSDEUILogicParam } from './ipsdeuilogic-param'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEUILogicNodeParamImpl extends PSModelObjectImpl implements IPSDEUILogicNodeParam, IPSAppDEUILogicNodeParam { get aggMode(): 'SUM' | 'AVG' | 'MAX' | 'MIN' | 'COUNT' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get codeName(): string; get dstFieldName(): string; get dstIndex(): number; protected dstpsdeuilogicparam: IPSDEUILogicParam | null; getDstPSDEUILogicParam(): IPSDEUILogicParam | null; get dstPSDEUILogicParam(): IPSDEUILogicParam | null; getDstPSDEUILogicParamMust(): IPSDEUILogicParam; get dstSortDir(): 'ASC' | 'DESC'; get dynaModelFilePath(): string; get expression(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get paramAction(): 'SETPARAMVALUE' | 'RESETPARAM' | 'COPYPARAM' | 'SQLPARAM' | 'SFPLUGINPARAM' | 'BINDPARAM' | 'APPENDPARAM' | 'SORTPARAM' | 'RENEWPARAM' | 'WEBURIPARAM' | 'WEBHEADERPARAM'; get rTMOSFilePath(): string; get srcFieldName(): string; get srcIndex(): number; protected srcpsdeuilogicparam: IPSDEUILogicParam | null; getSrcPSDEUILogicParam(): IPSDEUILogicParam | null; get srcPSDEUILogicParam(): IPSDEUILogicParam | null; getSrcPSDEUILogicParamMust(): IPSDEUILogicParam; get srcSize(): number; get srcValue(): string; get srcValueStdDataType(): 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 srcValueType(): 'SRCDLPARAM' | 'WEBCONTEXT' | 'APPDATA' | 'APPLICATION' | 'SESSION' | 'DATACONTEXT' | 'ENVPARAM' | 'VIEWPARAM' | 'NONEVALUE' | 'NULLVALUE' | 'SRCVALUE' | 'EXPRESSION' | 'COUNT' | 'AGGREGATION' | 'SEQUENCE' | 'TRANSLATOR'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeuilogic-node-param-impl.d.ts.map