Table of Contents

Interface IEnumerationLiteral

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

The public interface for EnumerationLiteral

[DefaultImplementationType(typeof(EnumerationLiteral))]
[XmlDefaultImplementationType(typeof(EnumerationLiteral))]
[ModelRepresentationClass("http://schema.omg.org/spec/MOF/2.0/cmof.xml#//EnumerationLiteral")]
public interface IEnumerationLiteral : INamedElement, IElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Enumeration

The enumeration that this literal belongs to. Subsets NamedElement::namespace. The Enumeration that this EnumerationLiteral is a member of.

[Browsable(false)]
[XmlElementName("enumeration")]
[XmlAttribute(true)]
[XmlOpposite("ownedLiteral")]
IEnumeration Enumeration { get; set; }

Property Value

IEnumeration