()
| 85 | } |
| 86 | |
| 87 | public getName(): string { return this._wrapped.getName(); } |
| 88 | public isReadOnly(): boolean { return this._wrapped.isReadOnly(); } |
| 89 | public supportsProps(): boolean { return this._wrapped.supportsProps(); } |
| 90 | public supportsSynch(): boolean { return this._wrapped.supportsSynch(); } |