import { IPSAppDEField } from './ipsapp-defield'; import { IPSAppDEMethodDTO } from './ipsapp-demethod-dto'; import { IPSAppDEMethodDTOField } from './ipsapp-demethod-dtofield'; import { IPSAppDataEntity } from './ipsapp-data-entity'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppDEMethodDTOFieldImpl extends PSModelObjectImpl implements IPSAppDEMethodDTOField { get codeName(): string; get dynaModelFilePath(): string; get jsonFormat(): string; get logicName(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; protected psappdefield: IPSAppDEField | null; getPSAppDEField(): IPSAppDEField | null; get psAppDEField(): IPSAppDEField | null; getPSAppDEFieldMust(): IPSAppDEField; 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; 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-demethod-dtofield-impl.d.ts.map