import { IPSDEMethodDTO } from './ipsdemethod-dto'; import { IPSDEServiceAPIField } from './ipsdeservice-apifield'; import { IPSDEServiceAPIMethodInput } from './ipsdeservice-apimethod-input'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEServiceAPIMethodInputImpl extends PSModelObjectImpl implements IPSDEServiceAPIMethodInput { get codeName(): string; get dynaModelFilePath(): string; protected keypsdeserviceapifield: IPSDEServiceAPIField | null; getKeyPSDEServiceAPIField(): IPSDEServiceAPIField | null; get keyPSDEServiceAPIField(): IPSDEServiceAPIField | null; getKeyPSDEServiceAPIFieldMust(): IPSDEServiceAPIField; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdemethoddto: IPSDEMethodDTO | null; getPSDEMethodDTO(): IPSDEMethodDTO | null; get psDEMethodDTO(): IPSDEMethodDTO | null; getPSDEMethodDTOMust(): IPSDEMethodDTO; get rTMOSFilePath(): string; get type(): 'NONE' | 'KEYFIELD' | 'KEYFIELDS' | 'DTO' | 'DTOS' | 'UNKNOWN' | 'USER' | 'USER2'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeservice-apimethod-input-impl.d.ts.map