import { IPSDataEntity } from '../dataentity/ipsdata-entity'; import { IPSDEMethodDTO } from '../dataentity/service/ipsdemethod-dto'; import { IPSSysMethodDTO } from './ipssys-method-dto'; import { IPSSysMethodDTOField } from './ipssys-method-dtofield'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysMethodDTOFieldImpl extends PSModelObjectImpl implements IPSSysMethodDTOField { get codeName(): string; get defaultValue(): string; get defaultValueType(): string; get dynaModelFilePath(): string; get fieldTag(): string; get fieldTag2(): string; get jsonFormat(): string; get logicName(): string; get mOSFilePath(): string; get maxValueString(): string; get memo(): string; get minStringLength(): number; get minValueString(): string; get name(): string; get orderValue(): number; get precision(): number; get rTMOSFilePath(): string; protected refpsdemethoddto: IPSDEMethodDTO | null; getRefPSDEMethodDTO(): IPSDEMethodDTO | null; get refPSDEMethodDTO(): IPSDEMethodDTO | null; getRefPSDEMethodDTOMust(): IPSDEMethodDTO; protected refpsdataentity: IPSDataEntity | null; getRefPSDataEntity(): IPSDataEntity | null; get refPSDataEntity(): IPSDataEntity | null; getRefPSDataEntityMust(): IPSDataEntity; protected refpssysmethoddto: IPSSysMethodDTO | null; getRefPSSysMethodDTO(): IPSSysMethodDTO | null; get refPSSysMethodDTO(): IPSSysMethodDTO | null; getRefPSSysMethodDTOMust(): IPSSysMethodDTO; 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 stringLength(): number; 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 readOnly(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-method-dtofield-impl.d.ts.map