import { IPSModelSortable } from '../ipsmodel-sortable'; import { IPSSysSFPlugin } from './ipssys-sfplugin'; import { IPSSystemModule } from '../system/ipssystem-module'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysSFPluginImpl extends PSModelObjectImpl implements IPSSysSFPlugin, IPSModelSortable { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; protected pssystemmodule: IPSSystemModule | null; getPSSystemModule(): IPSSystemModule | null; get psSystemModule(): IPSSystemModule | null; getPSSystemModuleMust(): IPSSystemModule; get pluginCode(): string; get pluginModel(): IModel; get pluginParams(): IModel; get pluginType(): 'DEACTION' | 'DELOGIC' | 'DELOGICNODE' | 'DEDATASET' | 'USER' | 'SYSREF' | 'MODULE' | 'STRFUNC' | 'MATHFUNC' | 'DOCFUNC'; get rTMOSFilePath(): string; get rTObjectName(): string; get rTObjectRepo(): string; get rTObjectSource(): number; get templCode(): string; get templCode2(): string; get templCode3(): string; get templCode4(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get lazyMode(): boolean; get replaceDefault(): boolean; get runtimeObject(): boolean; get tryMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-sfplugin-impl.d.ts.map