Table of Contents

Interface ILiteralBoolean

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

The public interface for LiteralBoolean

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

Properties

Value

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

[TypeConverter(typeof(LowercaseBooleanConverter))]
[XmlElementName("value")]
[XmlAttribute(true)]
bool Value { get; set; }

Property Value

bool