import { IPSModelSortable } from '../ipsmodel-sortable'; import { IPSSysSFPlugin } from '../res/ipssys-sfplugin'; import { IPSSubSysServiceAPIDE } from './ipssub-sys-service-apide'; import { IPSSubSysServiceAPIDEField } from './ipssub-sys-service-apidefield'; import { IPSSubSysServiceAPIDEMethod } from './ipssub-sys-service-apidemethod'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSubSysServiceAPIDEImpl extends PSModelObjectImpl implements IPSSubSysServiceAPIDE, IPSModelSortable { get aPIMode(): 1 | 0 | 9; get codeName(): string; get codeName2(): string; get dETag(): string; get dETag2(): string; get dynaModelFilePath(): string; get logicName(): string; get mOSFilePath(): string; get memo(): string; get methodScriptCode(): string; get name(): string; get orderValue(): number; protected pssubsysserviceapidefields: IPSSubSysServiceAPIDEField[] | null; getPSSubSysServiceAPIDEFields(): IPSSubSysServiceAPIDEField[] | null; get psSubSysServiceAPIDEFields(): IPSSubSysServiceAPIDEField[] | null; findPSSubSysServiceAPIDEField(objKey: any): IPSSubSysServiceAPIDEField | null; protected pssubsysserviceapidemethods: IPSSubSysServiceAPIDEMethod[] | null; getPSSubSysServiceAPIDEMethods(): IPSSubSysServiceAPIDEMethod[] | null; get psSubSysServiceAPIDEMethods(): IPSSubSysServiceAPIDEMethod[] | null; findPSSubSysServiceAPIDEMethod(objKey: any): IPSSubSysServiceAPIDEMethod | null; protected pssyssfplugin: IPSSysSFPlugin | null; getPSSysSFPlugin(): IPSSysSFPlugin | null; get psSysSFPlugin(): IPSSysSFPlugin | null; getPSSysSFPluginMust(): IPSSysSFPlugin; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get major(): boolean; get nested(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssub-sys-service-apideimpl.d.ts.map