Table of Contents

Interface IOpaqueBehavior

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

The public interface for OpaqueBehavior

[DefaultImplementationType(typeof(OpaqueBehavior))]
[XmlDefaultImplementationType(typeof(OpaqueBehavior))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//OpaqueBehavior")]
public interface IOpaqueBehavior : IBehavior, IClass, IBehavioredClassifier, IEncapsulatedClassifier, IStructuredClassifier, IClassifier, ITemplateableElement, IType, IPackageableElement, IParameterableElement, IRedefinableElement, INamespace, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Body

Specifies the behavior in one or more languages. <p>From package UML::CommonBehavior.</p>

[XmlElementName("body")]
[XmlAttribute(true)]
IListExpression<string> Body { get; }

Property Value

IListExpression<string>

Language

Languages the body strings use in the same order as the body strings. <p>From package UML::CommonBehavior.</p>

[XmlElementName("language")]
[XmlAttribute(true)]
IOrderedSetExpression<string> Language { get; }

Property Value

IOrderedSetExpression<string>