Table of Contents

Class EEnumELiteralsCollection

Namespace
NMF.Interop.Ecore
Assembly
NMF.EcoreInterop.dll

Denotes a collection type for literals of enumerations

public class EEnumELiteralsCollection : ObservableOppositeOrderedSet<IEEnum, IEEnumLiteral>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IEEnumLiteral>, IListExpression<IEEnumLiteral>, ISetExpression<IEEnumLiteral>, ICollectionExpression<IEEnumLiteral>, IEnumerableExpression<IEEnumLiteral>, IOrderedSet<IEEnumLiteral>, IList<IEEnumLiteral>, ISet<IEEnumLiteral>, ICollection<IEEnumLiteral>, IEnumerable<IEEnumLiteral>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
Inheritance
EEnumELiteralsCollection
Implements
Inherited Members

Constructors

EEnumELiteralsCollection(IEEnum)

Creates a new instance

public EEnumELiteralsCollection(IEEnum parent)

Parameters

parent IEEnum

the parent element

Methods

SetOpposite(IEEnumLiteral, IEEnum)

Sets the opposite value

protected override void SetOpposite(IEEnumLiteral item, IEEnum parent)

Parameters

item IEEnumLiteral

The item to set the opposite

parent IEEnum