Interface IOpaqueBehavior
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
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; }