public interface QualifierValue extends Element
A QualifierValue is an Element that is used as part of LinkEndData to provide the value for a single qualifier of the end given by the LinkEndData.
The following features are supported:
UMLPackage.getQualifierValue()
Modifier and Type | Method and Description |
---|---|
LinkEndData |
get_linkEndDataOfQualifier()
Returns the value of the 'link End Data Of Qualifier' container reference.
|
Property |
getQualifier()
Returns the value of the 'Qualifier' reference.
|
InputPin |
getValue()
Returns the value of the 'Value' reference.
|
void |
set_linkEndDataOfQualifier(LinkEndData value)
Sets the value of the
'
link End Data Of Qualifier ' container
reference. |
void |
setQualifier(Property value)
Sets the value of the '
Qualifier ' reference. |
void |
setValue(InputPin value)
Sets the value of the '
Value ' reference. |
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElement
get_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalID
getID, getMDExtension, getMdExtensions, setID
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
@CheckForNull Property getQualifier()
qualifier Value Of Qualifier
'.
The qualifier Property for which the value is to be specified.
setQualifier(Property)
,
UMLPackage.getQualifierValue_Qualifier()
,
Property.get_qualifierValueOfQualifier()
void setQualifier(@CheckForNull Property value)
Qualifier
' reference.
value
- the new value of the 'Qualifier' reference.getQualifier()
@CheckForNull InputPin getValue()
qualifier Value Of Value
'.
The InputPin from which the specified value for the qualifier is taken.
setValue(InputPin)
,
UMLPackage.getQualifierValue_Value()
,
InputPin.get_qualifierValueOfValue()
void setValue(@CheckForNull InputPin value)
Value
' reference.
value
- the new value of the 'Value' reference.getValue()
@CheckForNull LinkEndData get_linkEndDataOfQualifier()
Qualifier
'.
If the meaning of the 'link End Data Of Qualifier' container reference isn't clear, there really should be more of a description here...
set_linkEndDataOfQualifier(LinkEndData)
,
UMLPackage.getQualifierValue__linkEndDataOfQualifier()
,
LinkEndData.getQualifier()
void set_linkEndDataOfQualifier(@CheckForNull LinkEndData value)
link End Data Of Qualifier
' container
reference.
value
- the new value of the 'link End Data Of Qualifier' container reference.get_linkEndDataOfQualifier()