Table of Contents

Interface ILiteralString

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

The public interface for LiteralString

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

Properties

Value

The specified String value.

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

Property Value

string