Interface QualifierValue
-
- All Superinterfaces:
BaseElement
,java.lang.Cloneable
,java.lang.Comparable
,Element
,org.eclipse.emf.ecore.EObject
,MDObject
,ModelObject
,org.eclipse.emf.common.notify.Notifier
,javax.jmi.reflect.RefBaseObject
,javax.jmi.reflect.RefFeatured
,javax.jmi.reflect.RefObject
public interface QualifierValue extends Element
A representation of the model object 'Qualifier Value'.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:
- See Also:
UMLPackage.getQualifierValue()
- Model:
- annotation="MOF package='actions.mdcompleteactions'"
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.nomagic.magicdraw.uml.BaseElement
accept, addPropertyChangeListener, atInsert, canAdd, canAdd, canAddChild, canAddInstance, canBeDeleted, canChangeParent, canDeleteChild, clone, dispose, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, isParentOf, removeAllPropertyChangeListeners, removePropertyChangeListener, sGetID
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementTaggedValue, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotype, getOwnedComment, getOwnedElement, getOwner, getSyncElement, getTaggedValue, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasAppliedStereotype, hasElementTaggedValue, hasOwnedComment, hasOwnedElement, hasTaggedValue, setOwner, setSyncElement
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.nomagic.magicdraw.foundation.MDObject
getID, getMDExtension, getMdExtensions, setID
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, getLocalID, ignoringRefGetValue, ignoringRefGetValue, isInvalid, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationText, setLocalID, sGetLocalID
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
-
-
-
-
Method Detail
-
getQualifier
@CheckForNull Property getQualifier()
Returns the value of the 'Qualifier' reference. It is bidirectional and its opposite is 'qualifier Value Of Qualifier
'. The qualifier Property for which the value is to be specified.- Returns:
- the value of the 'Qualifier' reference.
- See Also:
setQualifier(Property)
,UMLPackage.getQualifierValue_Qualifier()
,Property.get_qualifierValueOfQualifier()
- Model:
- opposite="_qualifierValueOfQualifier" required="true" ordered="false"
- Generated:
-
setQualifier
void setQualifier(@CheckForNull Property value)
Sets the value of the 'Qualifier
' reference.- Parameters:
value
- the new value of the 'Qualifier' reference.- See Also:
getQualifier()
- Generated:
-
getValue
@CheckForNull InputPin getValue()
Returns the value of the 'Value' reference. It is bidirectional and its opposite is 'qualifier Value Of Value
'. The InputPin from which the specified value for the qualifier is taken.- Returns:
- the value of the 'Value' reference.
- See Also:
setValue(InputPin)
,UMLPackage.getQualifierValue_Value()
,InputPin.get_qualifierValueOfValue()
- Model:
- opposite="_qualifierValueOfValue" required="true" ordered="false"
- Generated:
-
setValue
void setValue(@CheckForNull InputPin value)
Sets the value of the 'Value
' reference.- Parameters:
value
- the new value of the 'Value' reference.- See Also:
getValue()
- Generated:
-
get_linkEndDataOfQualifier
@CheckForNull LinkEndData get_linkEndDataOfQualifier()
Returns the value of the 'link End Data Of Qualifier' container reference. It is bidirectional and its opposite is '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...
- Returns:
- the value of the 'link End Data Of Qualifier' container reference.
- See Also:
set_linkEndDataOfQualifier(LinkEndData)
,UMLPackage.getQualifierValue__linkEndDataOfQualifier()
,LinkEndData.getQualifier()
- Model:
- opposite="qualifier" required="true" transient="false" ordered="false"
- Generated:
-
set_linkEndDataOfQualifier
void set_linkEndDataOfQualifier(@CheckForNull LinkEndData value)
Sets the value of the 'link End Data Of Qualifier
' container reference.- Parameters:
value
- the new value of the 'link End Data Of Qualifier' container reference.- See Also:
get_linkEndDataOfQualifier()
- Generated:
-
-