import { IPSAppMethodDTO } from '../ipsapp-method-dto'; import { IPSAppDEMethodDTO } from './ipsapp-demethod-dto'; import { IPSAppDEMethodDTOField } from './ipsapp-demethod-dtofield'; import { IPSAppDataEntity } from './ipsapp-data-entity'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppDEMethodDTOImpl extends PSModelObjectImpl implements IPSAppDEMethodDTO { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappdemethoddtofields: IPSAppDEMethodDTOField[] | null; getPSAppDEMethodDTOFields(): IPSAppDEMethodDTOField[] | null; get psAppDEMethodDTOFields(): IPSAppDEMethodDTOField[] | null; findPSAppDEMethodDTOField(objKey: any): IPSAppDEMethodDTOField | null; get rTMOSFilePath(): string; protected refpsappdemethoddto: IPSAppDEMethodDTO | null; getRefPSAppDEMethodDTO(): IPSAppDEMethodDTO | null; get refPSAppDEMethodDTO(): IPSAppDEMethodDTO | null; getRefPSAppDEMethodDTOMust(): IPSAppDEMethodDTO; protected refpsappdataentity: IPSAppDataEntity | null; getRefPSAppDataEntity(): IPSAppDataEntity | null; get refPSAppDataEntity(): IPSAppDataEntity | null; getRefPSAppDataEntityMust(): IPSAppDataEntity; get sourceType(): 'DE' | 'DYNAMODEL' | 'DEACTIONINPUT' | 'DEFILTER' | 'REFDE' | 'DEDATASETINPUT'; protected srcpsappmethoddto: IPSAppMethodDTO | null; getSrcPSAppMethodDTO(): IPSAppMethodDTO | null; get srcPSAppMethodDTO(): IPSAppMethodDTO | null; getSrcPSAppMethodDTOMust(): IPSAppMethodDTO; get type(): 'DEFAULT' | 'DEACTIONINPUT' | 'DEFILTER' | 'DEDATASETINPUT'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-demethod-dtoimpl.d.ts.map