Table of Contents

Interface ILiteralReal

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

The public interface for LiteralReal

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

Properties

Value

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

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

Property Value

double