import { IPSAppView } from '../../app/view/ipsapp-view'; import { IPSNavigateContext } from '../ipsnavigate-context'; import { IPSNavigateParam } from '../ipsnavigate-param'; import { IPSDETreeNodeRV } from './ipsdetree-node-rv'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDETreeNodeRVImpl extends PSModelObjectImpl implements IPSDETreeNodeRV { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psnavigatecontexts: IPSNavigateContext[] | null; getPSNavigateContexts(): IPSNavigateContext[] | null; get psNavigateContexts(): IPSNavigateContext[] | null; findPSNavigateContext(objKey: any): IPSNavigateContext | null; protected psnavigateparams: IPSNavigateParam[] | null; getPSNavigateParams(): IPSNavigateParam[] | null; get psNavigateParams(): IPSNavigateParam[] | null; findPSNavigateParam(objKey: any): IPSNavigateParam | null; get rTMOSFilePath(): string; protected refpsappview: IPSAppView | null; getRefPSAppView(): IPSAppView | null; get refPSAppView(): IPSAppView | null; getRefPSAppViewMust(): IPSAppView; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdetree-node-rvimpl.d.ts.map