import { IPSCodeList } from '../../codelist/ipscode-list'; import { IPSDEDBTable } from '../../database/ipsdedbtable'; import { IPSDEFDTColumn } from '../../database/ipsdefdtcolumn'; import { IPSSysDBColumn } from '../../database/ipssys-dbcolumn'; import { IPSDataEntityObject } from '../ipsdata-entity-object'; import { IPSDEFSearchMode } from './ipsdefsearch-mode'; import { IPSDEFUIMode } from './ipsdefuimode'; import { IPSDEField } from './ipsdefield'; import { IPSDEFValueRule } from './valuerule/ipsdefvalue-rule'; import { IPSDEFLogic } from '../logic/ipsdeflogic'; import { IPSLanguageRes } from '../../res/ipslanguage-res'; import { IPSSysSequence } from '../../res/ipssys-sequence'; import { IPSSysTranslator } from '../../res/ipssys-translator'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEFieldImpl extends PSModelObjectImpl implements IPSDEField, IPSDataEntityObject { protected allpsdefdtcolumns: IPSDEFDTColumn[] | null; getAllPSDEFDTColumns(): IPSDEFDTColumn[] | null; get allPSDEFDTColumns(): IPSDEFDTColumn[] | null; findPSDEFDTColumn(objKey: any): IPSDEFDTColumn | null; protected allpsdefsearchmodes: IPSDEFSearchMode[] | null; getAllPSDEFSearchModes(): IPSDEFSearchMode[] | null; get allPSDEFSearchModes(): IPSDEFSearchMode[] | null; findPSDEFSearchMode(objKey: any): IPSDEFSearchMode | null; protected allpsdefuimodes: IPSDEFUIMode[] | null; getAllPSDEFUIModes(): IPSDEFUIMode[] | null; get allPSDEFUIModes(): IPSDEFUIMode[] | null; findPSDEFUIMode(objKey: any): IPSDEFUIMode | null; protected allpsdefvaluerules: IPSDEFValueRule[] | null; getAllPSDEFValueRules(): IPSDEFValueRule[] | null; get allPSDEFValueRules(): IPSDEFValueRule[] | null; findPSDEFValueRule(objKey: any): IPSDEFValueRule | null; get auditInfoFormat(): string; get bizTag(): 'WFINSTANCEID' | 'WFSTEP' | 'WFUSERSTATE' | 'WFVERSION' | 'WFSTATE' | 'BEGINTIME' | 'ENDTIME' | 'DURATION' | 'USER' | 'USER2' | 'USER3' | 'USER4' | 'USER5' | 'USER6' | 'USER7' | 'USER8' | 'USER9'; protected checkpsdeflogic: IPSDEFLogic | null; getCheckPSDEFLogic(): IPSDEFLogic | null; get checkPSDEFLogic(): IPSDEFLogic | null; getCheckPSDEFLogicMust(): IPSDEFLogic; get codeName(): string; get computeExpression(): string; protected computepsdeflogic: IPSDEFLogic | null; getComputePSDEFLogic(): IPSDEFLogic | null; get computePSDEFLogic(): IPSDEFLogic | null; getComputePSDEFLogicMust(): IPSDEFLogic; get dBValueInsertMode(): 'IGNORE' | 'VERSION' | 'CURDATETIME' | 'CURDATE' | 'VALUEFUNC'; get dBValueUpdateMode(): 'IGNORE' | 'VERSION' | 'CURDATETIME' | 'CURDATE' | 'VALUEFUNC'; get dEFType(): 1 | 2 | 3 | 4 | 5; get dEMSFieldMode(): 'STATE1' | 'STATE2' | 'STATE3'; get dataType(): 'ACID' | 'BIGINT' | 'CODELISTTEXT' | 'CURRENCY' | 'CURRENCYUNIT' | 'DATE' | 'DATETIME' | 'DATETIME_BIRTHDAY' | 'DECIMAL' | 'BIGDECIMAL' | 'FLOAT' | 'GUID' | 'HTMLTEXT' | 'INHERIT' | 'INT' | 'LONGTEXT' | 'LONGTEXT_1000' | 'NBID' | 'NMCODELIST' | 'NSCODELIST' | 'PICKUP' | 'PICKUPDATA' | 'PICKUPTEXT' | 'SBID' | 'SMCODELIST' | 'SSCODELIST' | 'TEXT' | 'TEXT_EMAIL' | 'TIME' | 'TRUEFALSE' | 'VARBINARY' | 'WFSTATE' | 'YESNO' | 'ONE2MANYDATA' | 'PICKUPOBJECT' | 'ONE2ONEDATA' | 'FILE' | 'ONE2MANYOBJ' | 'ONE2ONEOBJ' | 'FILELIST' | 'LONGFILELIST' | 'PICTURE' | 'PICTURELIST' | 'LONGPICTURELIST' | 'TEXTARRAY' | 'TEXTARRAY2' | 'INTARRAY' | 'INTARRAY2' | 'BIGINTARRAY' | 'BIGINTARRAY2' | 'FLOATARRAY' | 'FLOATARRAY2' | 'DECIMALARRAY' | 'DECIMALARRAY2'; protected defaultpsdefsearchmode: IPSDEFSearchMode | null; getDefaultPSDEFSearchMode(): IPSDEFSearchMode | null; get defaultPSDEFSearchMode(): IPSDEFSearchMode | null; getDefaultPSDEFSearchModeMust(): IPSDEFSearchMode; get defaultValue(): string; protected defaultvaluepsdeflogic: IPSDEFLogic | null; getDefaultValuePSDEFLogic(): IPSDEFLogic | null; get defaultValuePSDEFLogic(): IPSDEFLogic | null; getDefaultValuePSDEFLogicMust(): IPSDEFLogic; get defaultValueType(): 'SESSION' | 'APPLICATION' | 'UNIQUEID' | 'CONTEXT' | 'PARAM' | 'OPERATOR' | 'OPERATORNAME' | 'CURTIME' | 'APPDATA' | 'EXPRESSION' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get dupCheckMode(): 'NONE' | 'ALL' | 'NOTNULL' | 'CHECKVALUES' | 'EXCLUDEVALUES'; protected dupcheckpsdefields: IPSDEField[] | null; getDupCheckPSDEFields(): IPSDEField[] | null; get dupCheckPSDEFields(): IPSDEField[] | null; findDupCheckPSDEField(objKey: any): IPSDEField | null; protected dupcheckvalues: string[] | null; getDupCheckValues(): string[] | null; get dupCheckValues(): string[] | null; get dynaModelFilePath(): string; get extendMode(): 0 | 2; get importOrder(): number; get importTag(): string; protected lnpslanguageres: IPSLanguageRes | null; getLNPSLanguageRes(): IPSLanguageRes | null; get lNPSLanguageRes(): IPSLanguageRes | null; getLNPSLanguageResMust(): IPSLanguageRes; get length(): number; get logicName(): string; get mOSFilePath(): string; get maxValueString(): string; get memo(): string; get minStringLength(): number; get minValueString(): string; get name(): string; get nullValueOrderMode(): 'FIRST' | 'LAST'; protected onchangepsdeflogic: IPSDEFLogic | null; getOnChangePSDEFLogic(): IPSDEFLogic | null; get onChangePSDEFLogic(): IPSDEFLogic | null; getOnChangePSDEFLogicMust(): IPSDEFLogic; protected pscodelist: IPSCodeList | null; getPSCodeList(): IPSCodeList | null; get psCodeList(): IPSCodeList | null; getPSCodeListMust(): IPSCodeList; protected psdedbtable: IPSDEDBTable | null; getPSDEDBTable(): IPSDEDBTable | null; get psDEDBTable(): IPSDEDBTable | null; getPSDEDBTableMust(): IPSDEDBTable; protected pssysdbcolumn: IPSSysDBColumn | null; getPSSysDBColumn(): IPSSysDBColumn | null; get psSysDBColumn(): IPSSysDBColumn | null; getPSSysDBColumnMust(): IPSSysDBColumn; protected pssyssequence: IPSSysSequence | null; getPSSysSequence(): IPSSysSequence | null; get psSysSequence(): IPSSysSequence | null; getPSSysSequenceMust(): IPSSysSequence; protected pssystranslator: IPSSysTranslator | null; getPSSysTranslator(): IPSSysTranslator | null; get psSysTranslator(): IPSSysTranslator | null; getPSSysTranslatorMust(): IPSSysTranslator; get precision(): number; get predefinedType(): 'NONE' | 'LOGICVALID' | 'ORDERVALUE' | 'VERSION' | 'CREATEMAN' | 'CREATEMANNAME' | 'CREATEDATE' | 'UPDATEMAN' | 'UPDATEMANNAME' | 'UPDATEDATE' | 'ORGID' | 'ORGNAME' | 'ORGSECTORID' | 'ORGSECTORNAME' | 'PARENTTYPE' | 'PARENTID' | 'PARENTNAME' | 'PARENTIDPATH' | 'PARENTNAMEPATH' | 'TIMESTAMP'; get queryOption(): 'LIKE' | '=' | 'LIKESPLIT'; get rTMOSFilePath(): string; get sequenceMode(): 'NONE' | 'GETDRAFT' | 'CREATE' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get serviceCodeName(): string; 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 stringCase(): 'UCASE' | 'LCASE' | 'PASSWORD' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get stringLength(): number; get translatorMode(): 'NONE' | 'DIGEST' | 'ENCRYPT' | 'TRANSLATE' | 'TRANSLATE2' | 'UCASE' | 'LCASE' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get unionKeyValue(): 'KEY1' | 'KEY2' | 'KEY3' | 'KEY4' | 'KEY5' | 'KEY6' | 'KEY7' | 'KEY8'; protected user2psdeflogic: IPSDEFLogic | null; getUser2PSDEFLogic(): IPSDEFLogic | null; get user2PSDEFLogic(): IPSDEFLogic | null; getUser2PSDEFLogicMust(): IPSDEFLogic; protected user3psdeflogic: IPSDEFLogic | null; getUser3PSDEFLogic(): IPSDEFLogic | null; get user3PSDEFLogic(): IPSDEFLogic | null; getUser3PSDEFLogicMust(): IPSDEFLogic; protected user4psdeflogic: IPSDEFLogic | null; getUser4PSDEFLogic(): IPSDEFLogic | null; get user4PSDEFLogic(): IPSDEFLogic | null; getUser4PSDEFLogicMust(): IPSDEFLogic; get userCat(): string; protected userpsdeflogic: IPSDEFLogic | null; getUserPSDEFLogic(): IPSDEFLogic | null; get userPSDEFLogic(): IPSDEFLogic | null; getUserPSDEFLogicMust(): IPSDEFLogic; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get valueFormat(): string; protected valuepsdefield: IPSDEField | null; getValuePSDEField(): IPSDEField | null; get valuePSDEField(): IPSDEField | null; getValuePSDEFieldMust(): IPSDEField; get viewLevel(): number; get allowEmpty(): boolean; get checkRecursion(): boolean; get dataTypeDEField(): boolean; get dynaStorageDEField(): boolean; get enableAudit(): boolean; get enableCreate(): boolean; get enableDBAutoValue(): boolean; get enableModify(): boolean; get enablePrivilege(): boolean; get enableQuickSearch(): boolean; get enableUICreate(): boolean; get enableUIModify(): boolean; get formulaDEField(): boolean; get indexTypeDEField(): boolean; get inheritDEField(): boolean; get keyDEField(): boolean; get linkDEField(): boolean; get majorDEField(): boolean; get multiFormDEField(): boolean; get pasteReset(): boolean; get phisicalDEField(): boolean; get queryColumn(): boolean; get systemReserver(): boolean; get uIAssistDEField(): boolean; get uniTagField(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdefield-impl.d.ts.map