import { IPSModelSortable } from '../../ipsmodel-sortable'; import { IPSDataEntity } from '../ipsdata-entity'; import { IPSDEMap } from './ipsdemap'; import { IPSDEMapAction } from './ipsdemap-action'; import { IPSDEMapDataQuery } from './ipsdemap-data-query'; import { IPSDEMapDataSet } from './ipsdemap-data-set'; import { IPSDEMapField } from './ipsdemap-field'; import { IPSSysSFPlugin } from '../../res/ipssys-sfplugin'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEMapImpl extends PSModelObjectImpl implements IPSDEMap, IPSModelSortable { get codeName(): string; protected dstpsde: IPSDataEntity | null; getDstPSDE(): IPSDataEntity | null; get dstPSDE(): IPSDataEntity | null; getDstPSDEMust(): IPSDataEntity; get dynaModelFilePath(): string; get extendMode(): 0 | 2; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; protected psdemapactions: IPSDEMapAction[] | null; getPSDEMapActions(): IPSDEMapAction[] | null; get psDEMapActions(): IPSDEMapAction[] | null; findPSDEMapAction(objKey: any): IPSDEMapAction | null; protected psdemapdataqueries: IPSDEMapDataQuery[] | null; getPSDEMapDataQueries(): IPSDEMapDataQuery[] | null; get psDEMapDataQueries(): IPSDEMapDataQuery[] | null; findPSDEMapDataQuery(objKey: any): IPSDEMapDataQuery | null; protected psdemapdatasets: IPSDEMapDataSet[] | null; getPSDEMapDataSets(): IPSDEMapDataSet[] | null; get psDEMapDataSets(): IPSDEMapDataSet[] | null; findPSDEMapDataSet(objKey: any): IPSDEMapDataSet | null; protected psdemapfields: IPSDEMapField[] | null; getPSDEMapFields(): IPSDEMapField[] | null; get psDEMapFields(): IPSDEMapField[] | null; findPSDEMapField(objKey: any): IPSDEMapField | null; protected pssyssfplugin: IPSSysSFPlugin | null; getPSSysSFPlugin(): IPSSysSFPlugin | null; get psSysSFPlugin(): IPSSysSFPlugin | null; getPSSysSFPluginMust(): IPSSysSFPlugin; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdemap-impl.d.ts.map