import { IPSAppDEField } from '../dataentity/ipsapp-defield'; import { IPSAppDataEntity } from '../dataentity/ipsapp-data-entity'; import { IPSAppWF } from './ipsapp-wf'; import { IPSAppWFDE } from './ipsapp-wfde'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppWFDEImpl extends PSModelObjectImpl implements IPSAppWFDE { get codeName(): string; get dynaModelFilePath(): string; get entityWFState(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappdataentity: IPSAppDataEntity | null; getPSAppDataEntity(): IPSAppDataEntity | null; get psAppDataEntity(): IPSAppDataEntity | null; getPSAppDataEntityMust(): IPSAppDataEntity; protected psappwf: IPSAppWF | null; getPSAppWF(): IPSAppWF | null; get psAppWF(): IPSAppWF | null; getPSAppWFMust(): IPSAppWF; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; protected wfstatepsappdefield: IPSAppDEField | null; getWFStatePSAppDEField(): IPSAppDEField | null; get wFStatePSAppDEField(): IPSAppDEField | null; getWFStatePSAppDEFieldMust(): IPSAppDEField; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-wfdeimpl.d.ts.map