import { IPSDEFVRGroupCondition } from './ipsdefvrgroup-condition'; import { IPSDEFValueRule } from './ipsdefvalue-rule'; import { IPSSysPFPlugin } from '../../../res/ipssys-pfplugin'; import { IPSSysSFPlugin } from '../../../res/ipssys-sfplugin'; import { PSModelObjectImpl } from '../../../psmodel-object-impl'; export declare class PSDEFValueRuleImpl extends PSModelObjectImpl implements IPSDEFValueRule { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdefvrgroupcondition: IPSDEFVRGroupCondition | null; getPSDEFVRGroupCondition(): IPSDEFVRGroupCondition | null; get psDEFVRGroupCondition(): IPSDEFVRGroupCondition | null; getPSDEFVRGroupConditionMust(): IPSDEFVRGroupCondition; 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; get rTMOSFilePath(): string; get ruleInfo(): string; get ruleTag(): string; get ruleTag2(): string; get scriptCode(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get checkDefault(): boolean; get customCode(): boolean; get defaultMode(): boolean; get enableBackend(): boolean; get enableFront(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdefvalue-rule-impl.d.ts.map