import { IPSDEFGroup } from './ipsdefgroup'; import { IPSDEFGroupDetail } from './ipsdefgroup-detail'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEFGroupImpl extends PSModelObjectImpl implements IPSDEFGroup { get codeName(): string; get codeName2(): string; get dynaModelFilePath(): string; get extendMode(): 0 | 2; get groupTag(): string; get groupTag2(): string; get groupType(): 'FIELDS' | 'FORMITEMS' | 'BASEFIELDS' | 'AUDITFIELDS'; get logicMode(): 'SORT' | 'NOTSAME' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get logicParam(): string; get logicParam2(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; protected psdefgroupdetails: IPSDEFGroupDetail[] | null; getPSDEFGroupDetails(): IPSDEFGroupDetail[] | null; get psDEFGroupDetails(): IPSDEFGroupDetail[] | null; findPSDEFGroupDetail(objKey: any): IPSDEFGroupDetail | null; 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=psdefgroup-impl.d.ts.map