import { IPSSysTestDataItem } from './ipssys-test-data-item'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysTestDataItemImpl extends PSModelObjectImpl implements IPSSysTestDataItem { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): 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 value(): string; get valueType(): 'VALUE' | 'VALUERANGE' | 'NULLVALUE' | 'PICKUPVALUE' | 'CODELISTVALUE'; get nullValue(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-test-data-item-impl.d.ts.map