public interface QualifierValue extends Element
The following features are supported:
UMLPackage.getQualifierValue()
Modifier and Type | Method and Description |
---|---|
Property |
getQualifier()
Returns the value of the 'Qualifier' reference
|
InputPin |
getValue()
Returns the value of the 'Value' reference
|
void |
setQualifier(Property value)
Sets the value of the '
Qualifier ' reference |
void |
setValue(InputPin value)
Sets the value of the '
Value ' reference |
boolean |
validateMultiplicityOfQualifier(DiagnosticChain diagnostics,
Map context)
The multiplicity of the qualifier value input pin is "1..1".
|
boolean |
validateQualifierAttribute(DiagnosticChain diagnostics,
Map context)
The qualifier attribute must be a qualifier of the association end of the link-end data.
|
boolean |
validateTypeOfQualifier(DiagnosticChain diagnostics,
Map context)
The type of the qualifier value input pin is the same as the type of the qualifier attribute.
|
addKeyword, allOwnedElements, applyStereotype, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedSubstereotype, getAppliedSubstereotypes, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getRelationships, getRelationships, getRequiredStereotype, getRequiredStereotypes, getSourceDirectedRelationships, getSourceDirectedRelationships, getStereotypeApplication, getStereotypeApplications, getTargetDirectedRelationships, getTargetDirectedRelationships, getValue, hasKeyword, hasValue, isStereotypeApplicable, isStereotypeApplied, isStereotypeRequired, mustBeOwned, removeKeyword, setValue, unapplyStereotype, validateHasOwner, validateNotOwnSelf
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
Property getQualifier()
setQualifier(Property)
,
UMLPackage.getQualifierValue_Qualifier()
void setQualifier(Property value)
Qualifier
' reference.
value
- the new value of the 'Qualifier' reference.getQualifier()
InputPin getValue()
setValue(InputPin)
,
UMLPackage.getQualifierValue_Value()
void setValue(InputPin value)
Value
' reference.
value
- the new value of the 'Value' reference.getValue()
boolean validateQualifierAttribute(DiagnosticChain diagnostics, Map context)
boolean validateTypeOfQualifier(DiagnosticChain diagnostics, Map context)
boolean validateMultiplicityOfQualifier(DiagnosticChain diagnostics, Map context)