Interface IQualifierValue
The public interface for QualifierValue
[DefaultImplementationType(typeof(QualifierValue))]
[XmlDefaultImplementationType(typeof(QualifierValue))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//QualifierValue")]
public interface IQualifierValue : IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Qualifier
The qualifier Property for which the value is to be specified. <p>From package UML::Actions.</p>
[XmlElementName("qualifier")]
[XmlAttribute(true)]
IProperty Qualifier { get; set; }
Property Value
Value
The InputPin from which the specified value for the qualifier is taken. <p>From package UML::Actions.</p>
[XmlElementName("value")]
[XmlAttribute(true)]
IInputPin Value { get; set; }
Property Value
Methods
Multiplicity_of_qualifier(object, object)
The multiplicity of the value InputPin is 1..1. value.is(1,1)
bool Multiplicity_of_qualifier(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.
Returns
Qualifier_attribute(object, object)
The qualifier must be a qualifier of the Association end of the linkEndData that owns this QualifierValue. linkEndData.end.qualifier->includes(qualifier)
bool Qualifier_attribute(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.
Returns
Type_of_qualifier(object, object)
The type of the value InputPin conforms to the type of the qualifier Property. value.type.conformsTo(qualifier.type)
bool Type_of_qualifier(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.