import { IPSDataEntity } from '../ipsdata-entity'; import { IPSDERBase } from '../der/ipsderbase'; import { IPSDEDQGroupCondition } from './ipsdedqgroup-condition'; import { IPSDEDQJoin } from './ipsdedqjoin'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEDQJoinImpl extends PSModelObjectImpl implements IPSDEDQJoin { get alias(): string; protected childpsdedqjoins: IPSDEDQJoin[] | null; getChildPSDEDQJoins(): IPSDEDQJoin[] | null; get childPSDEDQJoins(): IPSDEDQJoin[] | null; findChildPSDEDQJoin(objKey: any): IPSDEDQJoin | null; get codeName(): string; protected derpsdataentity: IPSDataEntity | null; getDERPSDataEntity(): IPSDataEntity | null; get dERPSDataEntity(): IPSDataEntity | null; getDERPSDataEntityMust(): IPSDataEntity; get dynaModelFilePath(): string; protected joinpsder: IPSDERBase | null; getJoinPSDER(): IPSDERBase | null; get joinPSDER(): IPSDERBase | null; getJoinPSDERMust(): IPSDERBase; protected joinpsdataentity: IPSDataEntity | null; getJoinPSDataEntity(): IPSDataEntity | null; get joinPSDataEntity(): IPSDataEntity | null; getJoinPSDataEntityMust(): IPSDataEntity; get joinType(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdedqgroupcondition: IPSDEDQGroupCondition | null; getPSDEDQGroupCondition(): IPSDEDQGroupCondition | null; get psDEDQGroupCondition(): IPSDEDQGroupCondition | null; getPSDEDQGroupConditionMust(): IPSDEDQGroupCondition; 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=psdedqjoin-impl.d.ts.map