import { IPSAppSubViewTypeRef } from './ipsapp-sub-view-type-ref'; import { IPSSysPFPlugin } from '../../res/ipssys-pfplugin'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppSubViewTypeRefImpl extends PSModelObjectImpl implements IPSAppSubViewTypeRef { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; protected pssyspfplugin: IPSSysPFPlugin | null; getPSSysPFPlugin(): IPSSysPFPlugin | null; get psSysPFPlugin(): IPSSysPFPlugin | null; getPSSysPFPluginMust(): IPSSysPFPlugin; get pluginCode(): string; get rTMOSFilePath(): string; get refTag(): string; get typeCode(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get viewModel(): IModel; get viewType(): string; get extendStyleOnly(): boolean; get replaceDefault(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-sub-view-type-ref-impl.d.ts.map