Table of Contents

Interface IEnumerationLiteral

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

The public interface for EnumerationLiteral

[DefaultImplementationType(typeof(EnumerationLiteral))]
[XmlDefaultImplementationType(typeof(EnumerationLiteral))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//EnumerationLiteral")]
public interface IEnumerationLiteral : IInstanceSpecification, IPackageableElement, INamedElement, IElement, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Enumeration

The Enumeration that this EnumerationLiteral is a member of.

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

Property Value

IEnumeration

Methods

Classifier_equals_owning_enumeration(object, object)

classifier = enumeration

bool Classifier_equals_owning_enumeration(object diagnostics, object context)

Parameters

diagnostics object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool