import { IPSAppDEField } from './ipsapp-defield'; import { IPSAppDEMethodDTO } from './ipsapp-demethod-dto'; import { IPSAppDEMethodInput } from './ipsapp-demethod-input'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppDEMethodInputImpl extends PSModelObjectImpl implements IPSAppDEMethodInput { get codeName(): string; get dynaModelFilePath(): string; protected keypsappdefield: IPSAppDEField | null; getKeyPSAppDEField(): IPSAppDEField | null; get keyPSAppDEField(): IPSAppDEField | null; getKeyPSAppDEFieldMust(): IPSAppDEField; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappdemethoddto: IPSAppDEMethodDTO | null; getPSAppDEMethodDTO(): IPSAppDEMethodDTO | null; get psAppDEMethodDTO(): IPSAppDEMethodDTO | null; getPSAppDEMethodDTOMust(): IPSAppDEMethodDTO; get rTMOSFilePath(): string; get type(): 'NONE' | 'KEYFIELD' | 'KEYFIELDS' | 'DTO' | 'DTOS' | 'FILTER' | 'UNKNOWN' | 'USER' | 'USER2'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get output(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-demethod-input-impl.d.ts.map