UNPKG

@tripsnek/tmf

Version:

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

11 lines 488 B
import { EDataType } from './edata-type'; import { EClass } from './eclass'; import { EAttribute } from './eattribute'; import { EStructuralFeatureImpl } from './estructural-feature-impl'; export declare class EAttributeImpl extends EStructuralFeatureImpl implements EAttribute { private representsId; constructor(name?: string, containingEClass?: EClass, attrType?: EDataType); isId(): boolean; setId(value: boolean): void; } //# sourceMappingURL=eattribute-impl.d.ts.map