Interface QualifierValue
- All Superinterfaces:
BaseElement,Cloneable,Comparable,Element,org.eclipse.emf.ecore.EObject,MDObject,com.dassault_systemes.modeler.foundation.model.ModelElement,ModelObject,org.eclipse.emf.common.notify.Notifier,javax.jmi.reflect.RefBaseObject,javax.jmi.reflect.RefFeatured,javax.jmi.reflect.RefObject
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:
- Model:
- annotation="MOF package='actions.mdcompleteactions'"
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'link End Data Of Qualifier' container reference.Returns the value of the 'Qualifier' reference.getValue()Returns the value of the 'Value' reference.voidSets the value of the 'link End Data Of Qualifier' container reference.voidsetQualifier(Property value) Sets the value of the 'Qualifier' reference.voidSets the value of the 'Value' reference.Methods inherited from interface com.nomagic.magicdraw.uml.BaseElement
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, isEditable, removePropertyChangeListener, sGetIDMethods inherited from interface java.lang.Comparable
compareToMethods 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, setSyncElementMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com.nomagic.magicdraw.foundation.MDObject
getID, getMDExtension, getMdExtensions, setIDMethods inherited from interface com.dassault_systemes.modeler.foundation.model.ModelElement
canChangeElementOwner, eDynamicGet, getElementOwner, getLocalID, getObjectParent, setLocalID, sGetLocalIDMethods inherited from interface com.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, ignoringRefGetValue, ignoringRefGetValue, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationTextMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraintsMethods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refInvokeOperation, refInvokeOperation, refSetValueMethods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
-
Method Details
-
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:
- Model:
- opposite="_qualifierValueOfQualifier" required="true" ordered="false"
- Generated:
-
setQualifier
Sets the value of the 'Qualifier' reference.- Parameters:
value- the new value of the 'Qualifier' reference.- See Also:
- Generated:
-
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:
- Model:
- opposite="_qualifierValueOfValue" required="true" ordered="false"
- Generated:
-
setValue
Sets the value of the 'Value' reference.- Parameters:
value- the new value of the 'Value' reference.- See Also:
- Generated:
-
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:
- Model:
- opposite="qualifier" required="true" transient="false" ordered="false"
- Generated:
-
set_linkEndDataOfQualifier
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:
- Generated:
-