import { IPSAppMethodDTO } from './ipsapp-method-dto'; import { IPSAppMethodDTOField } from './ipsapp-method-dtofield'; import { IPSAppDEMethodDTO } from './dataentity/ipsapp-demethod-dto'; import { IPSAppDataEntity } from './dataentity/ipsapp-data-entity'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSAppMethodDTOFieldImpl extends PSModelObjectImpl implements IPSAppMethodDTOField { get codeName(): string; get dynaModelFilePath(): string; get jsonFormat(): string; get logicName(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; get rTMOSFilePath(): string; protected refpsappdemethoddto: IPSAppDEMethodDTO | null; getRefPSAppDEMethodDTO(): IPSAppDEMethodDTO | null; get refPSAppDEMethodDTO(): IPSAppDEMethodDTO | null; getRefPSAppDEMethodDTOMust(): IPSAppDEMethodDTO; protected refpsappdataentity: IPSAppDataEntity | null; getRefPSAppDataEntity(): IPSAppDataEntity | null; get refPSAppDataEntity(): IPSAppDataEntity | null; getRefPSAppDataEntityMust(): IPSAppDataEntity; protected refpsappmethoddto: IPSAppMethodDTO | null; getRefPSAppMethodDTO(): IPSAppMethodDTO | null; get refPSAppMethodDTO(): IPSAppMethodDTO | null; getRefPSAppMethodDTOMust(): IPSAppMethodDTO; get sourceType(): 'DEFIELD' | 'DEFGROUPDETAIL' | 'DER' | 'DYNAMODELATTR' | 'DEACTIONPARAM' | 'DEFSEARCHMODE' | 'DEDATASETPARAM'; get stdDataType(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29; get type(): 'SIMPLE' | 'SIMPLES' | 'DTO' | 'DTOS'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get allowEmpty(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-method-dtofield-impl.d.ts.map