import { IPSDEActionInput } from './ipsdeaction-input'; import { IPSDEActionParam } from './ipsdeaction-param'; import { IPSDEField } from '../defield/ipsdefield'; import { IPSDEMethodDTO } from '../service/ipsdemethod-dto'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEActionInputImpl extends PSModelObjectImpl implements IPSDEActionInput { get codeName(): string; get dynaModelFilePath(): string; protected keypsdefield: IPSDEField | null; getKeyPSDEField(): IPSDEField | null; get keyPSDEField(): IPSDEField | null; getKeyPSDEFieldMust(): IPSDEField; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdeactionparams: IPSDEActionParam[] | null; getPSDEActionParams(): IPSDEActionParam[] | null; get psDEActionParams(): IPSDEActionParam[] | null; findPSDEActionParam(objKey: any): IPSDEActionParam | null; protected psdemethoddto: IPSDEMethodDTO | null; getPSDEMethodDTO(): IPSDEMethodDTO | null; get psDEMethodDTO(): IPSDEMethodDTO | null; getPSDEMethodDTOMust(): IPSDEMethodDTO; 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=psdeaction-input-impl.d.ts.map