UNPKG

@tripsnek/tmf

Version:

TypeScript Modeling Framework - A TypeScript port of the Eclipse Modeling Framework (EMF)

6 lines 213 B
import { EStructuralFeature } from './estructural-feature'; export interface EAttribute extends EStructuralFeature { isId(): boolean; setId(value: boolean): void; } //# sourceMappingURL=eattribute.d.ts.map