Table of Contents

Interface IEnumeration

Namespace
NMF.Interop.Legacy.Cmof
Assembly
NMF.UMLInterop.dll

The public interface for Enumeration

[DefaultImplementationType(typeof(Enumeration))]
[XmlDefaultImplementationType(typeof(Enumeration))]
[ModelRepresentationClass("http://schema.omg.org/spec/MOF/2.0/cmof.xml#//Enumeration")]
public interface IEnumeration : IDataType, IClassifier, IType, IPackageableElement, INamespace, INamedElement, IElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

OwnedLiteral

The ordered collection of literals for the enumeration. Subsets Element::ownedMember. The ordered set of literals for this Enumeration.

[Browsable(false)]
[XmlElementName("ownedLiteral")]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("enumeration")]
IOrderedSetExpression<IEnumerationLiteral> OwnedLiteral { get; }

Property Value

IOrderedSetExpression<IEnumerationLiteral>