import { IPSDEDRDetail } from './ipsdedrdetail'; import { IPSDEOPPriv } from '../priv/ipsdeoppriv'; import { IPSLanguageRes } from '../../res/ipslanguage-res'; import { IPSSysImage } from '../../res/ipssys-image'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEDRDetailImpl extends PSModelObjectImpl implements IPSDEDRDetail { protected cappslanguageres: IPSLanguageRes | null; getCapPSLanguageRes(): IPSLanguageRes | null; get capPSLanguageRes(): IPSLanguageRes | null; getCapPSLanguageResMust(): IPSLanguageRes; get caption(): string; get codeName(): string; get counterId(): string; get detailType(): 'DRITEM' | 'PDTVIEW'; get dynaModelFilePath(): string; get enableMode(): 'ALL' | 'INWF' | 'ALLWF' | 'EDIT' | 'DEOPPRIV' | 'CUSTOM'; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; get originCaption(): string; get psDETreeId(): string; getPSDETreeId(): string; protected pssysimage: IPSSysImage | null; getPSSysImage(): IPSSysImage | null; get psSysImage(): IPSSysImage | null; getPSSysImageMust(): IPSSysImage; get rTMOSFilePath(): string; protected testpsdeoppriv: IPSDEOPPriv | null; getTestPSDEOPPriv(): IPSDEOPPriv | null; get testPSDEOPPriv(): IPSDEOPPriv | null; getTestPSDEOPPrivMust(): IPSDEOPPriv; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdedrdetail-impl.d.ts.map