import { IPSAppDELogicParam } from '../../app/dataentity/ipsapp-delogic-param'; import { IPSAppDataEntity } from '../../app/dataentity/ipsapp-data-entity'; import { IPSDataEntity } from '../ipsdata-entity'; import { IPSDELogicParam } from './ipsdelogic-param'; import { IPSSysSFPlugin } from '../../res/ipssys-sfplugin'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDELogicParamImpl extends PSModelObjectImpl implements IPSDELogicParam, IPSAppDELogicParam { get codeName(): string; get defaultValue(): string; get defaultValueType(): string; get dynaModelFilePath(): string; get fileType(): 'TEMP' | 'URL' | 'STORAGESERVICE'; get fileUrl(): string; get logicName(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected pssyssfplugin: IPSSysSFPlugin | null; getPSSysSFPlugin(): IPSSysSFPlugin | null; get psSysSFPlugin(): IPSSysSFPlugin | null; getPSSysSFPluginMust(): IPSSysSFPlugin; protected parampsappdataentity: IPSAppDataEntity | null; getParamPSAppDataEntity(): IPSAppDataEntity | null; get paramPSAppDataEntity(): IPSAppDataEntity | null; getParamPSAppDataEntityMust(): IPSAppDataEntity; protected parampsdataentity: IPSDataEntity | null; getParamPSDataEntity(): IPSDataEntity | null; get paramPSDataEntity(): IPSDataEntity | null; getParamPSDataEntityMust(): IPSDataEntity; 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 appContextParam(): boolean; get appGlobalParam(): boolean; get cloneParam(): boolean; get default(): boolean; get entityListParam(): boolean; get entityPageParam(): boolean; get entityParam(): boolean; get envParam(): boolean; get fileListParam(): boolean; get fileParam(): boolean; get filterParam(): boolean; get lastParam(): boolean; get lastReturnParam(): boolean; get originEntity(): boolean; get sessionParam(): boolean; get simpleListParam(): boolean; get simpleParam(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdelogic-param-impl.d.ts.map