import { IPSAppValueRule } from './ipsapp-value-rule'; import { IPSSysPFPlugin } from '../../res/ipssys-pfplugin'; import { IPSSysSFPlugin } from '../../res/ipssys-sfplugin'; import { IPSSystemModule } from '../../system/ipssystem-module'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppValueRuleImpl extends PSModelObjectImpl implements IPSAppValueRule { get codeName(): string; get customObject(): string; get customParams(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; protected pssyspfplugin: IPSSysPFPlugin | null; getPSSysPFPlugin(): IPSSysPFPlugin | null; get psSysPFPlugin(): IPSSysPFPlugin | null; getPSSysPFPluginMust(): IPSSysPFPlugin; protected pssyssfplugin: IPSSysSFPlugin | null; getPSSysSFPlugin(): IPSSysSFPlugin | null; get psSysSFPlugin(): IPSSysSFPlugin | null; getPSSysSFPluginMust(): IPSSysSFPlugin; protected pssystemmodule: IPSSystemModule | null; getPSSystemModule(): IPSSystemModule | null; get psSystemModule(): IPSSystemModule | null; getPSSystemModuleMust(): IPSSystemModule; get rTMOSFilePath(): string; get regExCode(): string; get regExCode2(): string; get regExCode3(): string; get regExCode4(): string; get ruleInfo(): string; get ruleTag(): string; get ruleTag2(): string; get ruleType(): 'SCRIPT' | 'REG' | 'CUSTOM' | 'REGEX'; get scriptCode(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get enableBackend(): boolean; get enableFront(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-value-rule-impl.d.ts.map