Table of Contents

Interface IEnumeration

Namespace
NMF.Interop.Uml
Assembly
NMF.UMLInterop.dll

The public interface for Enumeration

[DefaultImplementationType(typeof(Enumeration))]
[XmlDefaultImplementationType(typeof(Enumeration))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//Enumeration")]
public interface IEnumeration : IDataType, IClassifier, ITemplateableElement, IType, IPackageableElement, IParameterableElement, IRedefinableElement, INamespace, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

OwnedLiteral

The ordered set of literals owned by this Enumeration. <p>From package UML::SimpleClassifiers.</p>

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

Property Value

IOrderedSetExpression<IEnumerationLiteral>

Methods

Immutable(object, object)

ownedAttribute->forAll(isReadOnly)

bool Immutable(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