import { IPSModelSortable } from '../../ipsmodel-sortable'; import { IPSDataEntity } from '../ipsdata-entity'; import { IPSDEField } from '../defield/ipsdefield'; import { IPSDERBase } from '../der/ipsderbase'; import { IPSDEOPPriv } from './ipsdeoppriv'; import { IPSSysUniRes } from '../../security/ipssys-uni-res'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEOPPrivImpl extends PSModelObjectImpl implements IPSDEOPPriv, IPSModelSortable { get codeName(): string; get dynaModelFilePath(): string; get extendMode(): 0 | 2; get logicName(): string; get mOSFilePath(): string; get mapPSDEName(): string; get mapPSDEOPPrivName(): string; protected mappsder: IPSDERBase | null; getMapPSDER(): IPSDERBase | null; get mapPSDER(): IPSDERBase | null; getMapPSDERMust(): IPSDERBase; protected mappsdataentity: IPSDataEntity | null; getMapPSDataEntity(): IPSDataEntity | null; get mapPSDataEntity(): IPSDataEntity | null; getMapPSDataEntityMust(): IPSDataEntity; protected mappssysunires: IPSSysUniRes | null; getMapPSSysUniRes(): IPSSysUniRes | null; get mapPSSysUniRes(): IPSSysUniRes | null; getMapPSSysUniResMust(): IPSSysUniRes; get mapSysUniResCode(): string; get memo(): string; get name(): string; get orderValue(): number; protected psdefield: IPSDEField | null; getPSDEField(): IPSDEField | null; get psDEField(): IPSDEField | null; getPSDEFieldMust(): IPSDEField; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get dEFieldPriv(): boolean; get mapSysUniRes(): boolean; get systemReserved(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeoppriv-impl.d.ts.map