import { IPSDEAction } from './ipsdeaction'; import { IPSDEActionGroupDetail } from './ipsdeaction-group-detail'; import { IPSDEDataSet } from '../ds/ipsdedata-set'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEActionGroupDetailImpl extends PSModelObjectImpl implements IPSDEActionGroupDetail { get codeName(): string; get codeName2(): string; get detailType(): 'DEACTION' | 'DEDATASET'; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; protected psdeaction: IPSDEAction | null; getPSDEAction(): IPSDEAction | null; get psDEAction(): IPSDEAction | null; getPSDEActionMust(): IPSDEAction; protected psdedataset: IPSDEDataSet | null; getPSDEDataSet(): IPSDEDataSet | null; get psDEDataSet(): IPSDEDataSet | null; getPSDEDataSetMust(): IPSDEDataSet; 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=psdeaction-group-detail-impl.d.ts.map