import { IPSAppDELogicNodeParam } from '../../app/dataentity/ipsapp-delogic-node-param'; import { IPSDELogicNodeParam } from './ipsdelogic-node-param'; import { IPSDELogicParam } from './ipsdelogic-param'; import { IPSSysSequence } from '../../res/ipssys-sequence'; import { IPSSysTranslator } from '../../res/ipssys-translator'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDELogicNodeParamImpl extends PSModelObjectImpl implements IPSDELogicNodeParam, IPSAppDELogicNodeParam { get aggMode(): 'SUM' | 'AVG' | 'MAX' | 'MIN' | 'COUNT' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get codeName(): string; get dstFieldName(): string; get dstIndex(): number; protected dstpsdelogicparam: IPSDELogicParam | null; getDstPSDELogicParam(): IPSDELogicParam | null; get dstPSDELogicParam(): IPSDELogicParam | null; getDstPSDELogicParamMust(): IPSDELogicParam; get dstSortDir(): 'ASC' | 'DESC'; get dynaModelFilePath(): string; get expression(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected pssyssequence: IPSSysSequence | null; getPSSysSequence(): IPSSysSequence | null; get psSysSequence(): IPSSysSequence | null; getPSSysSequenceMust(): IPSSysSequence; protected pssystranslator: IPSSysTranslator | null; getPSSysTranslator(): IPSSysTranslator | null; get psSysTranslator(): IPSSysTranslator | null; getPSSysTranslatorMust(): IPSSysTranslator; get paramAction(): 'SETPARAMVALUE' | 'RESETPARAM' | 'COPYPARAM' | 'SQLPARAM' | 'SFPLUGINPARAM' | 'BINDPARAM' | 'APPENDPARAM' | 'SORTPARAM' | 'RENEWPARAM' | 'WEBURIPARAM' | 'WEBHEADERPARAM'; get rTMOSFilePath(): string; get srcFieldName(): string; get srcIndex(): number; protected srcpsdelogicparam: IPSDELogicParam | null; getSrcPSDELogicParam(): IPSDELogicParam | null; get srcPSDELogicParam(): IPSDELogicParam | null; getSrcPSDELogicParamMust(): IPSDELogicParam; 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=psdelogic-node-param-impl.d.ts.map