import { IPSAppDEAction } from './ipsapp-deaction'; import { IPSAppDEActionLogic } from './ipsapp-deaction-logic'; import { IPSAppDELogic } from './ipsapp-delogic'; import { IPSAppDEMethodLogic } from './ipsapp-demethod-logic'; import { IPSAppDataEntity } from './ipsapp-data-entity'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppDEMethodLogicImpl extends PSModelObjectImpl implements IPSAppDEMethodLogic, IPSAppDEActionLogic { get actionLogicType(): 1 | 0 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 50 | 51 | 52 | 53 | 54 | 55 | 56; get attachMode(): 'PREPARE' | 'CHECK' | 'BEFORE' | 'AFTER'; get codeName(): string; protected dstpsappdeaction: IPSAppDEAction | null; getDstPSAppDEAction(): IPSAppDEAction | null; get dstPSAppDEAction(): IPSAppDEAction | null; getDstPSAppDEActionMust(): IPSAppDEAction; protected dstpsappdataentity: IPSAppDataEntity | null; getDstPSAppDataEntity(): IPSAppDataEntity | null; get dstPSAppDataEntity(): IPSAppDataEntity | null; getDstPSAppDataEntityMust(): IPSAppDataEntity; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappdelogic: IPSAppDELogic | null; getPSAppDELogic(): IPSAppDELogic | null; get psAppDELogic(): IPSAppDELogic | null; getPSAppDELogicMust(): IPSAppDELogic; get rTMOSFilePath(): string; get scriptCode(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cloneParam(): boolean; get ignoreException(): boolean; get internalLogic(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-demethod-logic-impl.d.ts.map