import { IPSModelSortable } from '../ipsmodel-sortable'; import { IPSDEGroupDetail } from './ipsdegroup-detail'; import { IPSDataEntity } from './ipsdata-entity'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSDEGroupDetailImpl extends PSModelObjectImpl implements IPSDEGroupDetail, IPSModelSortable { get codeName(): string; get codeName2(): string; get detailParam(): string; get detailParam2(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; protected psdataentity: IPSDataEntity | null; getPSDataEntity(): IPSDataEntity | null; get psDataEntity(): IPSDataEntity | null; getPSDataEntityMust(): IPSDataEntity; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdegroup-detail-impl.d.ts.map