import { IPSAppMethodDTO } from './ipsapp-method-dto'; import { IPSAppMethodDTOField } from './ipsapp-method-dtofield'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSAppMethodDTOImpl extends PSModelObjectImpl implements IPSAppMethodDTO { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappmethoddtofields: IPSAppMethodDTOField[] | null; getPSAppMethodDTOFields(): IPSAppMethodDTOField[] | null; get psAppMethodDTOFields(): IPSAppMethodDTOField[] | null; findPSAppMethodDTOField(objKey: any): IPSAppMethodDTOField | null; get rTMOSFilePath(): string; get sourceType(): 'DE' | 'DYNAMODEL' | 'DEACTIONINPUT' | 'DEFILTER' | 'REFDE' | 'DEDATASETINPUT'; 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-method-dtoimpl.d.ts.map