import { IPSModelSortable } from '../../ipsmodel-sortable'; import { IPSDEAction } from '../action/ipsdeaction'; import { IPSDEMainState } from './ipsdemain-state'; import { IPSDEMainStateAction } from './ipsdemain-state-action'; import { IPSDEMainStateOPPriv } from './ipsdemain-state-oppriv'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEMainStateImpl extends PSModelObjectImpl implements IPSDEMainState, IPSModelSortable { get actionDenyMsg(): string; get codeName(): string; get dynaModelFilePath(): string; protected enterpsdeaction: IPSDEAction | null; getEnterPSDEAction(): IPSDEAction | null; get enterPSDEAction(): IPSDEAction | null; getEnterPSDEActionMust(): IPSDEAction; get enterStateMode(): 'ANY' | 'SOME'; get extendMode(): 0 | 2; get logicName(): string; get mOSFilePath(): string; get mSTag(): string; get memo(): string; get name(): string; get oPPrivDenyMsg(): string; get orderValue(): number; protected psdemainstateactions: IPSDEMainStateAction[] | null; getPSDEMainStateActions(): IPSDEMainStateAction[] | null; get psDEMainStateActions(): IPSDEMainStateAction[] | null; findPSDEMainStateAction(objKey: any): IPSDEMainStateAction | null; protected psdemainstateopprivs: IPSDEMainStateOPPriv[] | null; getPSDEMainStateOPPrivs(): IPSDEMainStateOPPriv[] | null; get psDEMainStateOPPrivs(): IPSDEMainStateOPPriv[] | null; findPSDEMainStateOPPriv(objKey: any): IPSDEMainStateOPPriv | null; protected prevpsdemainstates: IPSDEMainState[] | null; getPrevPSDEMainStates(): IPSDEMainState[] | null; get prevPSDEMainStates(): IPSDEMainState[] | null; findPrevPSDEMainState(objKey: any): IPSDEMainState | null; get rTMOSFilePath(): string; get state2Value(): string; get state3Value(): string; get stateValue(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get viewActions(): 1 | 2 | 4 | 8 | 16 | 32 | 64 | 1024 | 128 | 256 | 512 | 2048; get wFStateMode(): 0 | 1 | 2 | 3; get actionAllowMode(): boolean; get allowMode(): boolean; get default(): boolean; get enableViewActions(): boolean; get fieldAllowMode(): boolean; get oPPrivAllowMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdemain-state-impl.d.ts.map