Table of Contents

Interface ILiteralUnlimitedNatural

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

The public interface for LiteralUnlimitedNatural

[DefaultImplementationType(typeof(LiteralUnlimitedNatural))]
[XmlDefaultImplementationType(typeof(LiteralUnlimitedNatural))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//LiteralUnlimitedNatural")]
public interface ILiteralUnlimitedNatural : ILiteralSpecification, IValueSpecification, ITypedElement, IPackageableElement, IParameterableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Value

The specified UnlimitedNatural value. <p>From package UML::Values.</p>

[XmlElementName("value")]
[XmlAttribute(true)]
object Value { get; set; }

Property Value

object