import { IPSModelSortable } from '../../ipsmodel-sortable'; import { IPSAppDELogic } from '../../app/dataentity/ipsapp-delogic'; import { IPSDELogic } from './ipsdelogic'; import { IPSDELogicNode } from './ipsdelogic-node'; import { IPSDELogicParam } from './ipsdelogic-param'; import { IPSSysSFPlugin } from '../../res/ipssys-sfplugin'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDELogicImpl extends PSModelObjectImpl implements IPSDELogic, IPSAppDELogic, IPSModelSortable { get codeName(): string; get debugMode(): 0 | 1; get defaultParamName(): string; get dynaModelFilePath(): string; get extendMode(): 0 | 2; get logicName(): string; get logicSubType(): 'NONE' | 'DEFIELD' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; protected psdelogicnodes: IPSDELogicNode[] | null; getPSDELogicNodes(): IPSDELogicNode[] | null; get psDELogicNodes(): IPSDELogicNode[] | null; findPSDELogicNode(objKey: any): IPSDELogicNode | null; protected psdelogicparams: IPSDELogicParam[] | null; getPSDELogicParams(): IPSDELogicParam[] | null; get psDELogicParams(): IPSDELogicParam[] | null; findPSDELogicParam(objKey: any): IPSDELogicParam | null; protected pssyssfplugin: IPSSysSFPlugin | null; getPSSysSFPlugin(): IPSSysSFPlugin | null; get psSysSFPlugin(): IPSSysSFPlugin | null; getPSSysSFPluginMust(): IPSSysSFPlugin; get rTMOSFilePath(): string; get scriptCode(): string; protected startpsdelogicnode: IPSDELogicNode | null; getStartPSDELogicNode(): IPSDELogicNode | null; get startPSDELogicNode(): IPSDELogicNode | null; getStartPSDELogicNodeMust(): IPSDELogicNode; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get customCode(): boolean; get enableBackend(): boolean; get enableFront(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdelogic-impl.d.ts.map