Table of Contents

Interface IEnumerationLiteral

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

The public interface for EnumerationLiteral

[DefaultImplementationType(typeof(EnumerationLiteral))]
[XmlDefaultImplementationType(typeof(EnumerationLiteral))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//EnumerationLiteral")]
public interface IEnumerationLiteral : IInstanceSpecification, IDeployedArtifact, IPackageableElement, IParameterableElement, IDeploymentTarget, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Enumeration

The Enumeration that this EnumerationLiteral is a member of. <p>From package UML::SimpleClassifiers.</p>

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

Property Value

IEnumeration

Methods

GetClassifier()

Derivation of Enumeration::/classifier result = (enumeration) <p>From package UML::SimpleClassifiers.</p>

IEnumeration GetClassifier()

Returns

IEnumeration

GetClassifiers()

ISetExpression<IClassifier> GetClassifiers()

Returns

ISetExpression<IClassifier>