Table of Contents

Interface ILiteralInteger

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

The public interface for LiteralInteger

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

Properties

Value

The specified Integer value.

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

Property Value

int