import { IPSAppDEUILogicParam } from '../../app/dataentity/ipsapp-deuilogic-param'; import { IPSDEUILogicParam } from './ipsdeuilogic-param'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEUILogicParamImpl extends PSModelObjectImpl implements IPSDEUILogicParam, IPSAppDEUILogicParam { get codeName(): string; get defaultValue(): string; get defaultValueType(): string; get dynaModelFilePath(): string; get logicName(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get paramFieldName(): string; get paramTag(): string; get paramTag2(): string; get rTMOSFilePath(): 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 userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get activeContainerParam(): boolean; get activeCtrlParam(): boolean; get activeViewParam(): boolean; get appGlobalParam(): boolean; get applicationParam(): boolean; get ctrlParam(): boolean; get default(): boolean; get entityListParam(): boolean; get entityPageParam(): boolean; get entityParam(): boolean; get filterParam(): boolean; get lastReturnParam(): boolean; get navContextParam(): boolean; get navViewParamParam(): boolean; get routeViewSessionParam(): boolean; get simpleListParam(): boolean; get simpleParam(): boolean; get viewNavDataParam(): boolean; get viewSessionParam(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeuilogic-param-impl.d.ts.map