Interface InputPin
-
- All Superinterfaces:
ActivityNode
,BaseElement
,java.lang.Cloneable
,java.lang.Comparable
,Element
,org.eclipse.emf.ecore.EObject
,MDObject
,ModelObject
,MultiplicityElement
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,ObjectNode
,Pin
,RedefinableElement
,javax.jmi.reflect.RefBaseObject
,javax.jmi.reflect.RefFeatured
,javax.jmi.reflect.RefObject
,TypedElement
- All Known Subinterfaces:
ActionInputPin
,ValuePin
public interface InputPin extends Pin
A representation of the model object 'Input Pin'.An InputPin is a Pin that holds input values to be consumed by an Action.
The following features are supported:
structural Feature Action Of Object
invocation Action Of Argument
loop Node Of Loop Variable Input
reduce Action Of Collection
unmarshall Action Of Object
opaque Action Of Input Value
qualifier Value Of Value
link End Data Of Value
link Action Of Input Value
read Link Object End Action Of Object
write Structural Feature Action Of Value
link End Creation Data Of Insert At
test Identity Action Of First
test Identity Action Of Second
read Is Classified Object Action Of Object
read Link Object End Qualifier Action Of Object
reply Action Of Reply Value
reply Action Of Return Information
send Signal Action Of Target
clear Association Action Of Object
call Operation Action Of Target
send Object Action Of Target
send Object Action Of Request
add Structural Feature Value Action Of Insert At
action Of Input
remove Structural Feature Value Action Of Remove At
start Object Behavior Action Of Object
remove Variable Value Action Of Remove At
write Variable Action Of Value
destroy Object Action Of Target
reclassify Object Action Of Object
raise Exception Action Of Exception
link End Destruction Data Of Destroy At
add Variable Value Action Of Insert At
start Classifier Behavior Action Of Object
structured Activity Node Of Structured Node Input
- See Also:
UMLPackage.getInputPin()
- Model:
- annotation="MOF package='actions.mdbasicactions'"
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Action
get_actionOfInput()
Returns the value of the 'action Of Input' reference.AddStructuralFeatureValueAction
get_addStructuralFeatureValueActionOfInsertAt()
Returns the value of the 'add Structural Feature Value Action Of Insert At' container reference.AddVariableValueAction
get_addVariableValueActionOfInsertAt()
Returns the value of the 'add Variable Value Action Of Insert At' container reference.CallOperationAction
get_callOperationActionOfTarget()
Returns the value of the 'call Operation Action Of Target' container reference.ClearAssociationAction
get_clearAssociationActionOfObject()
Returns the value of the 'clear Association Action Of Object' container reference.DestroyObjectAction
get_destroyObjectActionOfTarget()
Returns the value of the 'destroy Object Action Of Target' container reference.InvocationAction
get_invocationActionOfArgument()
Returns the value of the 'invocation Action Of Argument' container reference.LinkAction
get_linkActionOfInputValue()
Returns the value of the 'link Action Of Input Value' container reference.LinkEndCreationData
get_linkEndCreationDataOfInsertAt()
Returns the value of the 'link End Creation Data Of Insert At' reference.LinkEndData
get_linkEndDataOfValue()
Returns the value of the 'link End Data Of Value' reference.LinkEndDestructionData
get_linkEndDestructionDataOfDestroyAt()
Returns the value of the 'link End Destruction Data Of Destroy At' reference.LoopNode
get_loopNodeOfLoopVariableInput()
Returns the value of the 'loop Node Of Loop Variable Input' container reference.OpaqueAction
get_opaqueActionOfInputValue()
Returns the value of the 'opaque Action Of Input Value' container reference.QualifierValue
get_qualifierValueOfValue()
Returns the value of the 'qualifier Value Of Value' reference.RaiseExceptionAction
get_raiseExceptionActionOfException()
Returns the value of the 'raise Exception Action Of Exception' container reference.ReadIsClassifiedObjectAction
get_readIsClassifiedObjectActionOfObject()
Returns the value of the 'read Is Classified Object Action Of Object' container reference.ReadLinkObjectEndAction
get_readLinkObjectEndActionOfObject()
Returns the value of the 'read Link Object End Action Of Object' container reference.ReadLinkObjectEndQualifierAction
get_readLinkObjectEndQualifierActionOfObject()
Returns the value of the 'read Link Object End Qualifier Action Of Object' container reference.ReclassifyObjectAction
get_reclassifyObjectActionOfObject()
Returns the value of the 'reclassify Object Action Of Object' container reference.ReduceAction
get_reduceActionOfCollection()
Returns the value of the 'reduce Action Of Collection' container reference.RemoveStructuralFeatureValueAction
get_removeStructuralFeatureValueActionOfRemoveAt()
Returns the value of the 'remove Structural Feature Value Action Of Remove At' container reference.RemoveVariableValueAction
get_removeVariableValueActionOfRemoveAt()
Returns the value of the 'remove Variable Value Action Of Remove At' container reference.ReplyAction
get_replyActionOfReplyValue()
Returns the value of the 'reply Action Of Reply Value' container reference.ReplyAction
get_replyActionOfReturnInformation()
Returns the value of the 'reply Action Of Return Information' container reference.SendObjectAction
get_sendObjectActionOfRequest()
Returns the value of the 'send Object Action Of Request' container reference.SendObjectAction
get_sendObjectActionOfTarget()
Returns the value of the 'send Object Action Of Target' container reference.SendSignalAction
get_sendSignalActionOfTarget()
Returns the value of the 'send Signal Action Of Target' container reference.StartClassifierBehaviorAction
get_startClassifierBehaviorActionOfObject()
Returns the value of the 'start Classifier Behavior Action Of Object' container reference.StartObjectBehaviorAction
get_startObjectBehaviorActionOfObject()
Returns the value of the 'start Object Behavior Action Of Object' container reference.StructuralFeatureAction
get_structuralFeatureActionOfObject()
Returns the value of the 'structural Feature Action Of Object' container reference.StructuredActivityNode
get_structuredActivityNodeOfStructuredNodeInput()
Returns the value of the 'structured Activity Node Of Structured Node Input' container reference.TestIdentityAction
get_testIdentityActionOfFirst()
Returns the value of the 'test Identity Action Of First' container reference.TestIdentityAction
get_testIdentityActionOfSecond()
Returns the value of the 'test Identity Action Of Second' container reference.UnmarshallAction
get_unmarshallActionOfObject()
Returns the value of the 'unmarshall Action Of Object' container reference.WriteStructuralFeatureAction
get_writeStructuralFeatureActionOfValue()
Returns the value of the 'write Structural Feature Action Of Value' container reference.WriteVariableAction
get_writeVariableActionOfValue()
Returns the value of the 'write Variable Action Of Value' container reference.void
set_actionOfInput(Action value)
Sets the value of the 'action Of Input
' reference.void
set_addStructuralFeatureValueActionOfInsertAt(AddStructuralFeatureValueAction value)
Sets the value of the 'add Structural Feature Value Action Of Insert At
' container reference.void
set_addVariableValueActionOfInsertAt(AddVariableValueAction value)
Sets the value of the 'add Variable Value Action Of Insert At
' container reference.void
set_callOperationActionOfTarget(CallOperationAction value)
Sets the value of the 'call Operation Action Of Target
' container reference.void
set_clearAssociationActionOfObject(ClearAssociationAction value)
Sets the value of the 'clear Association Action Of Object
' container reference.void
set_destroyObjectActionOfTarget(DestroyObjectAction value)
Sets the value of the 'destroy Object Action Of Target
' container reference.void
set_invocationActionOfArgument(InvocationAction value)
Sets the value of the 'invocation Action Of Argument
' container reference.void
set_linkActionOfInputValue(LinkAction value)
Sets the value of the 'link Action Of Input Value
' container reference.void
set_linkEndCreationDataOfInsertAt(LinkEndCreationData value)
Sets the value of the 'link End Creation Data Of Insert At
' reference.void
set_linkEndDataOfValue(LinkEndData value)
Sets the value of the 'link End Data Of Value
' reference.void
set_linkEndDestructionDataOfDestroyAt(LinkEndDestructionData value)
Sets the value of the 'link End Destruction Data Of Destroy At
' reference.void
set_loopNodeOfLoopVariableInput(LoopNode value)
Sets the value of the 'loop Node Of Loop Variable Input
' container reference.void
set_opaqueActionOfInputValue(OpaqueAction value)
Sets the value of the 'opaque Action Of Input Value
' container reference.void
set_qualifierValueOfValue(QualifierValue value)
Sets the value of the 'qualifier Value Of Value
' reference.void
set_raiseExceptionActionOfException(RaiseExceptionAction value)
Sets the value of the 'raise Exception Action Of Exception
' container reference.void
set_readIsClassifiedObjectActionOfObject(ReadIsClassifiedObjectAction value)
Sets the value of the 'read Is Classified Object Action Of Object
' container reference.void
set_readLinkObjectEndActionOfObject(ReadLinkObjectEndAction value)
Sets the value of the 'read Link Object End Action Of Object
' container reference.void
set_readLinkObjectEndQualifierActionOfObject(ReadLinkObjectEndQualifierAction value)
Sets the value of the 'read Link Object End Qualifier Action Of Object
' container reference.void
set_reclassifyObjectActionOfObject(ReclassifyObjectAction value)
Sets the value of the 'reclassify Object Action Of Object
' container reference.void
set_reduceActionOfCollection(ReduceAction value)
Sets the value of the 'reduce Action Of Collection
' container reference.void
set_removeStructuralFeatureValueActionOfRemoveAt(RemoveStructuralFeatureValueAction value)
Sets the value of the 'remove Structural Feature Value Action Of Remove At
' container reference.void
set_removeVariableValueActionOfRemoveAt(RemoveVariableValueAction value)
Sets the value of the 'remove Variable Value Action Of Remove At
' container reference.void
set_replyActionOfReplyValue(ReplyAction value)
Sets the value of the 'reply Action Of Reply Value
' container reference.void
set_replyActionOfReturnInformation(ReplyAction value)
Sets the value of the 'reply Action Of Return Information
' container reference.void
set_sendObjectActionOfRequest(SendObjectAction value)
Sets the value of the 'send Object Action Of Request
' container reference.void
set_sendObjectActionOfTarget(SendObjectAction value)
Sets the value of the 'send Object Action Of Target
' container reference.void
set_sendSignalActionOfTarget(SendSignalAction value)
Sets the value of the 'send Signal Action Of Target
' container reference.void
set_startClassifierBehaviorActionOfObject(StartClassifierBehaviorAction value)
Sets the value of the 'start Classifier Behavior Action Of Object
' container reference.void
set_startObjectBehaviorActionOfObject(StartObjectBehaviorAction value)
Sets the value of the 'start Object Behavior Action Of Object
' container reference.void
set_structuralFeatureActionOfObject(StructuralFeatureAction value)
Sets the value of the 'structural Feature Action Of Object
' container reference.void
set_structuredActivityNodeOfStructuredNodeInput(StructuredActivityNode value)
Sets the value of the 'structured Activity Node Of Structured Node Input
' container reference.void
set_testIdentityActionOfFirst(TestIdentityAction value)
Sets the value of the 'test Identity Action Of First
' container reference.void
set_testIdentityActionOfSecond(TestIdentityAction value)
Sets the value of the 'test Identity Action Of Second
' container reference.void
set_unmarshallActionOfObject(UnmarshallAction value)
Sets the value of the 'unmarshall Action Of Object
' container reference.void
set_writeStructuralFeatureActionOfValue(WriteStructuralFeatureAction value)
Sets the value of the 'write Structural Feature Action Of Value
' container reference.void
set_writeVariableActionOfValue(WriteVariableAction value)
Sets the value of the 'write Variable Action Of Value
' container reference.-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.activities.mdfundamentalactivities.ActivityNode
get_activityNodeOfRedefinedNode, getActivity, getIncoming, getInGroup, getInInterruptibleRegion, getInPartition, getInStructuredNode, getOutgoing, getRedefinedNode, has_activityNodeOfRedefinedNode, hasIncoming, hasInGroup, hasInInterruptibleRegion, hasInPartition, hasOutgoing, hasRedefinedNode, setActivity, setInStructuredNode
-
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 com.nomagic.uml2.ext.magicdraw.classes.mdkernel.MultiplicityElement
getLower, getLowerValue, getUpper, getUpperValue, isOrdered, isUnique, setLowerValue, setOrdered, setUnique, setUpperValue
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.NamedElement
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibility
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.activities.mdbasicactivities.ObjectNode
get_exceptionHandlerOfExceptionInput, getInState, getOrdering, getSelection, getUpperBound, has_exceptionHandlerOfExceptionInput, hasInState, isControlType, setControlType, setOrdering, setSelection, setUpperBound
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.actions.mdbasicactions.Pin
isControl, setControl
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.RedefinableElement
get_redefinableElementOfRedefinedElement, getRedefinedElement, getRedefinitionContext, has_redefinableElementOfRedefinedElement, hasRedefinedElement, hasRedefinitionContext, isLeaf, setLeaf
-
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
-
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refInvokeOperation, refInvokeOperation, refSetValue
-
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.TypedElement
getType, setType
-
-
-
-
Method Detail
-
get_structuralFeatureActionOfObject
@CheckForNull StructuralFeatureAction get_structuralFeatureActionOfObject()
Returns the value of the 'structural Feature Action Of Object' container reference. It is bidirectional and its opposite is 'Object
'.If the meaning of the 'structural Feature Action Of Object' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'structural Feature Action Of Object' container reference.
- See Also:
set_structuralFeatureActionOfObject(StructuralFeatureAction)
,UMLPackage.getInputPin__structuralFeatureActionOfObject()
,StructuralFeatureAction.getObject()
- Model:
- opposite="object" transient="false" ordered="false"
- Generated:
-
set_structuralFeatureActionOfObject
void set_structuralFeatureActionOfObject(@CheckForNull StructuralFeatureAction value)
Sets the value of the 'structural Feature Action Of Object
' container reference.- Parameters:
value
- the new value of the 'structural Feature Action Of Object' container reference.- See Also:
get_structuralFeatureActionOfObject()
- Generated:
-
get_writeStructuralFeatureActionOfValue
@CheckForNull WriteStructuralFeatureAction get_writeStructuralFeatureActionOfValue()
Returns the value of the 'write Structural Feature Action Of Value' container reference. It is bidirectional and its opposite is 'Value
'.If the meaning of the 'write Structural Feature Action Of Value' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'write Structural Feature Action Of Value' container reference.
- See Also:
set_writeStructuralFeatureActionOfValue(WriteStructuralFeatureAction)
,UMLPackage.getInputPin__writeStructuralFeatureActionOfValue()
,WriteStructuralFeatureAction.getValue()
- Model:
- opposite="value" transient="false" ordered="false"
- Generated:
-
set_writeStructuralFeatureActionOfValue
void set_writeStructuralFeatureActionOfValue(@CheckForNull WriteStructuralFeatureAction value)
Sets the value of the 'write Structural Feature Action Of Value
' container reference.- Parameters:
value
- the new value of the 'write Structural Feature Action Of Value' container reference.- See Also:
get_writeStructuralFeatureActionOfValue()
- Generated:
-
get_readLinkObjectEndActionOfObject
@CheckForNull ReadLinkObjectEndAction get_readLinkObjectEndActionOfObject()
Returns the value of the 'read Link Object End Action Of Object' container reference. It is bidirectional and its opposite is 'Object
'.If the meaning of the 'read Link Object End Action Of Object' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'read Link Object End Action Of Object' container reference.
- See Also:
set_readLinkObjectEndActionOfObject(ReadLinkObjectEndAction)
,UMLPackage.getInputPin__readLinkObjectEndActionOfObject()
,ReadLinkObjectEndAction.getObject()
- Model:
- opposite="object" transient="false" ordered="false"
- Generated:
-
set_readLinkObjectEndActionOfObject
void set_readLinkObjectEndActionOfObject(@CheckForNull ReadLinkObjectEndAction value)
Sets the value of the 'read Link Object End Action Of Object
' container reference.- Parameters:
value
- the new value of the 'read Link Object End Action Of Object' container reference.- See Also:
get_readLinkObjectEndActionOfObject()
- Generated:
-
get_qualifierValueOfValue
@CheckForNull QualifierValue get_qualifierValueOfValue()
Returns the value of the 'qualifier Value Of Value' reference. It is bidirectional and its opposite is 'Value
'.If the meaning of the 'qualifier Value Of Value' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'qualifier Value Of Value' reference.
- See Also:
set_qualifierValueOfValue(QualifierValue)
,UMLPackage.getInputPin__qualifierValueOfValue()
,QualifierValue.getValue()
- Model:
- opposite="value" ordered="false"
- Generated:
-
set_qualifierValueOfValue
void set_qualifierValueOfValue(@CheckForNull QualifierValue value)
Sets the value of the 'qualifier Value Of Value
' reference.- Parameters:
value
- the new value of the 'qualifier Value Of Value' reference.- See Also:
get_qualifierValueOfValue()
- Generated:
-
get_linkEndDataOfValue
@CheckForNull LinkEndData get_linkEndDataOfValue()
Returns the value of the 'link End Data Of Value' reference. It is bidirectional and its opposite is 'Value
'.If the meaning of the 'link End Data Of Value' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'link End Data Of Value' reference.
- See Also:
set_linkEndDataOfValue(LinkEndData)
,UMLPackage.getInputPin__linkEndDataOfValue()
,LinkEndData.getValue()
- Model:
- opposite="value" ordered="false"
- Generated:
-
set_linkEndDataOfValue
void set_linkEndDataOfValue(@CheckForNull LinkEndData value)
Sets the value of the 'link End Data Of Value
' reference.- Parameters:
value
- the new value of the 'link End Data Of Value' reference.- See Also:
get_linkEndDataOfValue()
- Generated:
-
get_linkActionOfInputValue
@CheckForNull LinkAction get_linkActionOfInputValue()
Returns the value of the 'link Action Of Input Value' container reference. It is bidirectional and its opposite is 'Input Value
'.If the meaning of the 'link Action Of Input Value' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'link Action Of Input Value' container reference.
- See Also:
set_linkActionOfInputValue(LinkAction)
,UMLPackage.getInputPin__linkActionOfInputValue()
,LinkAction.getInputValue()
- Model:
- opposite="inputValue" transient="false" ordered="false"
- Generated:
-
set_linkActionOfInputValue
void set_linkActionOfInputValue(@CheckForNull LinkAction value)
Sets the value of the 'link Action Of Input Value
' container reference.- Parameters:
value
- the new value of the 'link Action Of Input Value' container reference.- See Also:
get_linkActionOfInputValue()
- Generated:
-
get_readIsClassifiedObjectActionOfObject
@CheckForNull ReadIsClassifiedObjectAction get_readIsClassifiedObjectActionOfObject()
Returns the value of the 'read Is Classified Object Action Of Object' container reference. It is bidirectional and its opposite is 'Object
'.If the meaning of the 'read Is Classified Object Action Of Object' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'read Is Classified Object Action Of Object' container reference.
- See Also:
set_readIsClassifiedObjectActionOfObject(ReadIsClassifiedObjectAction)
,UMLPackage.getInputPin__readIsClassifiedObjectActionOfObject()
,ReadIsClassifiedObjectAction.getObject()
- Model:
- opposite="object" transient="false" ordered="false"
- Generated:
-
set_readIsClassifiedObjectActionOfObject
void set_readIsClassifiedObjectActionOfObject(@CheckForNull ReadIsClassifiedObjectAction value)
Sets the value of the 'read Is Classified Object Action Of Object
' container reference.- Parameters:
value
- the new value of the 'read Is Classified Object Action Of Object' container reference.- See Also:
get_readIsClassifiedObjectActionOfObject()
- Generated:
-
get_readLinkObjectEndQualifierActionOfObject
@CheckForNull ReadLinkObjectEndQualifierAction get_readLinkObjectEndQualifierActionOfObject()
Returns the value of the 'read Link Object End Qualifier Action Of Object' container reference. It is bidirectional and its opposite is 'Object
'.If the meaning of the 'read Link Object End Qualifier Action Of Object' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'read Link Object End Qualifier Action Of Object' container reference.
- See Also:
set_readLinkObjectEndQualifierActionOfObject(ReadLinkObjectEndQualifierAction)
,UMLPackage.getInputPin__readLinkObjectEndQualifierActionOfObject()
,ReadLinkObjectEndQualifierAction.getObject()
- Model:
- opposite="object" transient="false" ordered="false"
- Generated:
-
set_readLinkObjectEndQualifierActionOfObject
void set_readLinkObjectEndQualifierActionOfObject(@CheckForNull ReadLinkObjectEndQualifierAction value)
Sets the value of the 'read Link Object End Qualifier Action Of Object
' container reference.- Parameters:
value
- the new value of the 'read Link Object End Qualifier Action Of Object' container reference.- See Also:
get_readLinkObjectEndQualifierActionOfObject()
- Generated:
-
get_reclassifyObjectActionOfObject
@CheckForNull ReclassifyObjectAction get_reclassifyObjectActionOfObject()
Returns the value of the 'reclassify Object Action Of Object' container reference. It is bidirectional and its opposite is 'Object
'.If the meaning of the 'reclassify Object Action Of Object' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'reclassify Object Action Of Object' container reference.
- See Also:
set_reclassifyObjectActionOfObject(ReclassifyObjectAction)
,UMLPackage.getInputPin__reclassifyObjectActionOfObject()
,ReclassifyObjectAction.getObject()
- Model:
- opposite="object" transient="false" ordered="false"
- Generated:
-
set_reclassifyObjectActionOfObject
void set_reclassifyObjectActionOfObject(@CheckForNull ReclassifyObjectAction value)
Sets the value of the 'reclassify Object Action Of Object
' container reference.- Parameters:
value
- the new value of the 'reclassify Object Action Of Object' container reference.- See Also:
get_reclassifyObjectActionOfObject()
- Generated:
-
get_unmarshallActionOfObject
@CheckForNull UnmarshallAction get_unmarshallActionOfObject()
Returns the value of the 'unmarshall Action Of Object' container reference. It is bidirectional and its opposite is 'Object
'.If the meaning of the 'unmarshall Action Of Object' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'unmarshall Action Of Object' container reference.
- See Also:
set_unmarshallActionOfObject(UnmarshallAction)
,UMLPackage.getInputPin__unmarshallActionOfObject()
,UnmarshallAction.getObject()
- Model:
- opposite="object" transient="false" ordered="false"
- Generated:
-
set_unmarshallActionOfObject
void set_unmarshallActionOfObject(@CheckForNull UnmarshallAction value)
Sets the value of the 'unmarshall Action Of Object
' container reference.- Parameters:
value
- the new value of the 'unmarshall Action Of Object' container reference.- See Also:
get_unmarshallActionOfObject()
- Generated:
-
get_startClassifierBehaviorActionOfObject
@CheckForNull StartClassifierBehaviorAction get_startClassifierBehaviorActionOfObject()
Returns the value of the 'start Classifier Behavior Action Of Object' container reference. It is bidirectional and its opposite is 'Object
'.If the meaning of the 'start Classifier Behavior Action Of Object' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'start Classifier Behavior Action Of Object' container reference.
- See Also:
set_startClassifierBehaviorActionOfObject(StartClassifierBehaviorAction)
,UMLPackage.getInputPin__startClassifierBehaviorActionOfObject()
,StartClassifierBehaviorAction.getObject()
- Model:
- opposite="object" transient="false" ordered="false"
- Generated:
-
set_startClassifierBehaviorActionOfObject
void set_startClassifierBehaviorActionOfObject(@CheckForNull StartClassifierBehaviorAction value)
Sets the value of the 'start Classifier Behavior Action Of Object
' container reference.- Parameters:
value
- the new value of the 'start Classifier Behavior Action Of Object' container reference.- See Also:
get_startClassifierBehaviorActionOfObject()
- Generated:
-
get_invocationActionOfArgument
@CheckForNull InvocationAction get_invocationActionOfArgument()
Returns the value of the 'invocation Action Of Argument' container reference. It is bidirectional and its opposite is 'Argument
'.If the meaning of the 'invocation Action Of Argument' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'invocation Action Of Argument' container reference.
- See Also:
set_invocationActionOfArgument(InvocationAction)
,UMLPackage.getInputPin__invocationActionOfArgument()
,InvocationAction.getArgument()
- Model:
- opposite="argument" transient="false" ordered="false"
- Generated:
-
set_invocationActionOfArgument
void set_invocationActionOfArgument(@CheckForNull InvocationAction value)
Sets the value of the 'invocation Action Of Argument
' container reference.- Parameters:
value
- the new value of the 'invocation Action Of Argument' container reference.- See Also:
get_invocationActionOfArgument()
- Generated:
-
get_startObjectBehaviorActionOfObject
@CheckForNull StartObjectBehaviorAction get_startObjectBehaviorActionOfObject()
Returns the value of the 'start Object Behavior Action Of Object' container reference. It is bidirectional and its opposite is 'Object
'.If the meaning of the 'start Object Behavior Action Of Object' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'start Object Behavior Action Of Object' container reference.
- See Also:
set_startObjectBehaviorActionOfObject(StartObjectBehaviorAction)
,UMLPackage.getInputPin__startObjectBehaviorActionOfObject()
,StartObjectBehaviorAction.getObject()
- Model:
- opposite="object" transient="false" ordered="false"
- Generated:
-
set_startObjectBehaviorActionOfObject
void set_startObjectBehaviorActionOfObject(@CheckForNull StartObjectBehaviorAction value)
Sets the value of the 'start Object Behavior Action Of Object
' container reference.- Parameters:
value
- the new value of the 'start Object Behavior Action Of Object' container reference.- See Also:
get_startObjectBehaviorActionOfObject()
- Generated:
-
get_reduceActionOfCollection
@CheckForNull ReduceAction get_reduceActionOfCollection()
Returns the value of the 'reduce Action Of Collection' container reference. It is bidirectional and its opposite is 'Collection
'.If the meaning of the 'reduce Action Of Collection' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'reduce Action Of Collection' container reference.
- See Also:
set_reduceActionOfCollection(ReduceAction)
,UMLPackage.getInputPin__reduceActionOfCollection()
,ReduceAction.getCollection()
- Model:
- opposite="collection" transient="false" ordered="false"
- Generated:
-
set_reduceActionOfCollection
void set_reduceActionOfCollection(@CheckForNull ReduceAction value)
Sets the value of the 'reduce Action Of Collection
' container reference.- Parameters:
value
- the new value of the 'reduce Action Of Collection' container reference.- See Also:
get_reduceActionOfCollection()
- Generated:
-
get_replyActionOfReturnInformation
@CheckForNull ReplyAction get_replyActionOfReturnInformation()
Returns the value of the 'reply Action Of Return Information' container reference. It is bidirectional and its opposite is 'Return Information
'.If the meaning of the 'reply Action Of Return Information' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'reply Action Of Return Information' container reference.
- See Also:
set_replyActionOfReturnInformation(ReplyAction)
,UMLPackage.getInputPin__replyActionOfReturnInformation()
,ReplyAction.getReturnInformation()
- Model:
- opposite="returnInformation" transient="false" ordered="false"
- Generated:
-
set_replyActionOfReturnInformation
void set_replyActionOfReturnInformation(@CheckForNull ReplyAction value)
Sets the value of the 'reply Action Of Return Information
' container reference.- Parameters:
value
- the new value of the 'reply Action Of Return Information' container reference.- See Also:
get_replyActionOfReturnInformation()
- Generated:
-
get_replyActionOfReplyValue
@CheckForNull ReplyAction get_replyActionOfReplyValue()
Returns the value of the 'reply Action Of Reply Value' container reference. It is bidirectional and its opposite is 'Reply Value
'.If the meaning of the 'reply Action Of Reply Value' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'reply Action Of Reply Value' container reference.
- See Also:
set_replyActionOfReplyValue(ReplyAction)
,UMLPackage.getInputPin__replyActionOfReplyValue()
,ReplyAction.getReplyValue()
- Model:
- opposite="replyValue" transient="false" ordered="false"
- Generated:
-
set_replyActionOfReplyValue
void set_replyActionOfReplyValue(@CheckForNull ReplyAction value)
Sets the value of the 'reply Action Of Reply Value
' container reference.- Parameters:
value
- the new value of the 'reply Action Of Reply Value' container reference.- See Also:
get_replyActionOfReplyValue()
- Generated:
-
get_linkEndCreationDataOfInsertAt
@CheckForNull LinkEndCreationData get_linkEndCreationDataOfInsertAt()
Returns the value of the 'link End Creation Data Of Insert At' reference. It is bidirectional and its opposite is 'Insert At
'.If the meaning of the 'link End Creation Data Of Insert At' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'link End Creation Data Of Insert At' reference.
- See Also:
set_linkEndCreationDataOfInsertAt(LinkEndCreationData)
,UMLPackage.getInputPin__linkEndCreationDataOfInsertAt()
,LinkEndCreationData.getInsertAt()
- Model:
- opposite="insertAt" ordered="false"
- Generated:
-
set_linkEndCreationDataOfInsertAt
void set_linkEndCreationDataOfInsertAt(@CheckForNull LinkEndCreationData value)
Sets the value of the 'link End Creation Data Of Insert At
' reference.- Parameters:
value
- the new value of the 'link End Creation Data Of Insert At' reference.- See Also:
get_linkEndCreationDataOfInsertAt()
- Generated:
-
get_testIdentityActionOfFirst
@CheckForNull TestIdentityAction get_testIdentityActionOfFirst()
Returns the value of the 'test Identity Action Of First' container reference. It is bidirectional and its opposite is 'First
'.If the meaning of the 'test Identity Action Of First' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'test Identity Action Of First' container reference.
- See Also:
set_testIdentityActionOfFirst(TestIdentityAction)
,UMLPackage.getInputPin__testIdentityActionOfFirst()
,TestIdentityAction.getFirst()
- Model:
- opposite="first" transient="false" ordered="false"
- Generated:
-
set_testIdentityActionOfFirst
void set_testIdentityActionOfFirst(@CheckForNull TestIdentityAction value)
Sets the value of the 'test Identity Action Of First
' container reference.- Parameters:
value
- the new value of the 'test Identity Action Of First' container reference.- See Also:
get_testIdentityActionOfFirst()
- Generated:
-
get_testIdentityActionOfSecond
@CheckForNull TestIdentityAction get_testIdentityActionOfSecond()
Returns the value of the 'test Identity Action Of Second' container reference. It is bidirectional and its opposite is 'Second
'.If the meaning of the 'test Identity Action Of Second' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'test Identity Action Of Second' container reference.
- See Also:
set_testIdentityActionOfSecond(TestIdentityAction)
,UMLPackage.getInputPin__testIdentityActionOfSecond()
,TestIdentityAction.getSecond()
- Model:
- opposite="second" transient="false" ordered="false"
- Generated:
-
set_testIdentityActionOfSecond
void set_testIdentityActionOfSecond(@CheckForNull TestIdentityAction value)
Sets the value of the 'test Identity Action Of Second
' container reference.- Parameters:
value
- the new value of the 'test Identity Action Of Second' container reference.- See Also:
get_testIdentityActionOfSecond()
- Generated:
-
get_opaqueActionOfInputValue
@CheckForNull OpaqueAction get_opaqueActionOfInputValue()
Returns the value of the 'opaque Action Of Input Value' container reference. It is bidirectional and its opposite is 'Input Value
'.If the meaning of the 'opaque Action Of Input Value' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'opaque Action Of Input Value' container reference.
- See Also:
set_opaqueActionOfInputValue(OpaqueAction)
,UMLPackage.getInputPin__opaqueActionOfInputValue()
,OpaqueAction.getInputValue()
- Model:
- opposite="inputValue" transient="false" ordered="false"
- Generated:
-
set_opaqueActionOfInputValue
void set_opaqueActionOfInputValue(@CheckForNull OpaqueAction value)
Sets the value of the 'opaque Action Of Input Value
' container reference.- Parameters:
value
- the new value of the 'opaque Action Of Input Value' container reference.- See Also:
get_opaqueActionOfInputValue()
- Generated:
-
get_loopNodeOfLoopVariableInput
@CheckForNull LoopNode get_loopNodeOfLoopVariableInput()
Returns the value of the 'loop Node Of Loop Variable Input' container reference. It is bidirectional and its opposite is 'Loop Variable Input
'.If the meaning of the 'loop Node Of Loop Variable Input' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'loop Node Of Loop Variable Input' container reference.
- See Also:
set_loopNodeOfLoopVariableInput(LoopNode)
,UMLPackage.getInputPin__loopNodeOfLoopVariableInput()
,LoopNode.getLoopVariableInput()
- Model:
- opposite="loopVariableInput" transient="false" ordered="false"
- Generated:
-
set_loopNodeOfLoopVariableInput
void set_loopNodeOfLoopVariableInput(@CheckForNull LoopNode value)
Sets the value of the 'loop Node Of Loop Variable Input
' container reference.- Parameters:
value
- the new value of the 'loop Node Of Loop Variable Input' container reference.- See Also:
get_loopNodeOfLoopVariableInput()
- Generated:
-
get_structuredActivityNodeOfStructuredNodeInput
@CheckForNull StructuredActivityNode get_structuredActivityNodeOfStructuredNodeInput()
Returns the value of the 'structured Activity Node Of Structured Node Input' container reference. It is bidirectional and its opposite is 'Structured Node Input
'.If the meaning of the 'structured Activity Node Of Structured Node Input' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'structured Activity Node Of Structured Node Input' container reference.
- See Also:
set_structuredActivityNodeOfStructuredNodeInput(StructuredActivityNode)
,UMLPackage.getInputPin__structuredActivityNodeOfStructuredNodeInput()
,StructuredActivityNode.getStructuredNodeInput()
- Model:
- opposite="structuredNodeInput" transient="false" ordered="false"
- Generated:
-
set_structuredActivityNodeOfStructuredNodeInput
void set_structuredActivityNodeOfStructuredNodeInput(@CheckForNull StructuredActivityNode value)
Sets the value of the 'structured Activity Node Of Structured Node Input
' container reference.- Parameters:
value
- the new value of the 'structured Activity Node Of Structured Node Input' container reference.- See Also:
get_structuredActivityNodeOfStructuredNodeInput()
- Generated:
-
get_sendSignalActionOfTarget
@CheckForNull SendSignalAction get_sendSignalActionOfTarget()
Returns the value of the 'send Signal Action Of Target' container reference. It is bidirectional and its opposite is 'Target
'.If the meaning of the 'send Signal Action Of Target' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'send Signal Action Of Target' container reference.
- See Also:
set_sendSignalActionOfTarget(SendSignalAction)
,UMLPackage.getInputPin__sendSignalActionOfTarget()
,SendSignalAction.getTarget()
- Model:
- opposite="target" transient="false" ordered="false"
- Generated:
-
set_sendSignalActionOfTarget
void set_sendSignalActionOfTarget(@CheckForNull SendSignalAction value)
Sets the value of the 'send Signal Action Of Target
' container reference.- Parameters:
value
- the new value of the 'send Signal Action Of Target' container reference.- See Also:
get_sendSignalActionOfTarget()
- Generated:
-
get_sendObjectActionOfRequest
@CheckForNull SendObjectAction get_sendObjectActionOfRequest()
Returns the value of the 'send Object Action Of Request' container reference. It is bidirectional and its opposite is 'Request
'.If the meaning of the 'send Object Action Of Request' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'send Object Action Of Request' container reference.
- See Also:
set_sendObjectActionOfRequest(SendObjectAction)
,UMLPackage.getInputPin__sendObjectActionOfRequest()
,SendObjectAction.getRequest()
- Model:
- opposite="request" transient="false" ordered="false"
- Generated:
-
set_sendObjectActionOfRequest
void set_sendObjectActionOfRequest(@CheckForNull SendObjectAction value)
Sets the value of the 'send Object Action Of Request
' container reference.- Parameters:
value
- the new value of the 'send Object Action Of Request' container reference.- See Also:
get_sendObjectActionOfRequest()
- Generated:
-
get_sendObjectActionOfTarget
@CheckForNull SendObjectAction get_sendObjectActionOfTarget()
Returns the value of the 'send Object Action Of Target' container reference. It is bidirectional and its opposite is 'Target
'.If the meaning of the 'send Object Action Of Target' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'send Object Action Of Target' container reference.
- See Also:
set_sendObjectActionOfTarget(SendObjectAction)
,UMLPackage.getInputPin__sendObjectActionOfTarget()
,SendObjectAction.getTarget()
- Model:
- opposite="target" transient="false" ordered="false"
- Generated:
-
set_sendObjectActionOfTarget
void set_sendObjectActionOfTarget(@CheckForNull SendObjectAction value)
Sets the value of the 'send Object Action Of Target
' container reference.- Parameters:
value
- the new value of the 'send Object Action Of Target' container reference.- See Also:
get_sendObjectActionOfTarget()
- Generated:
-
get_clearAssociationActionOfObject
@CheckForNull ClearAssociationAction get_clearAssociationActionOfObject()
Returns the value of the 'clear Association Action Of Object' container reference. It is bidirectional and its opposite is 'Object
'.If the meaning of the 'clear Association Action Of Object' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'clear Association Action Of Object' container reference.
- See Also:
set_clearAssociationActionOfObject(ClearAssociationAction)
,UMLPackage.getInputPin__clearAssociationActionOfObject()
,ClearAssociationAction.getObject()
- Model:
- opposite="object" transient="false" ordered="false"
- Generated:
-
set_clearAssociationActionOfObject
void set_clearAssociationActionOfObject(@CheckForNull ClearAssociationAction value)
Sets the value of the 'clear Association Action Of Object
' container reference.- Parameters:
value
- the new value of the 'clear Association Action Of Object' container reference.- See Also:
get_clearAssociationActionOfObject()
- Generated:
-
get_actionOfInput
@CheckForNull Action get_actionOfInput()
Returns the value of the 'action Of Input' reference. It is bidirectional and its opposite is 'Input
'.If the meaning of the 'action Of Input' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'action Of Input' reference.
- See Also:
set_actionOfInput(Action)
,UMLPackage.getInputPin__actionOfInput()
,Action.getInput()
- Model:
- opposite="input" transient="true" volatile="true" derived="true" ordered="false"
- Generated:
-
set_actionOfInput
void set_actionOfInput(@CheckForNull Action value)
Sets the value of the 'action Of Input
' reference.- Parameters:
value
- the new value of the 'action Of Input' reference.- See Also:
get_actionOfInput()
- Generated:
-
get_linkEndDestructionDataOfDestroyAt
@CheckForNull LinkEndDestructionData get_linkEndDestructionDataOfDestroyAt()
Returns the value of the 'link End Destruction Data Of Destroy At' reference. It is bidirectional and its opposite is 'Destroy At
'.If the meaning of the 'link End Destruction Data Of Destroy At' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'link End Destruction Data Of Destroy At' reference.
- See Also:
set_linkEndDestructionDataOfDestroyAt(LinkEndDestructionData)
,UMLPackage.getInputPin__linkEndDestructionDataOfDestroyAt()
,LinkEndDestructionData.getDestroyAt()
- Model:
- opposite="destroyAt" ordered="false"
- Generated:
-
set_linkEndDestructionDataOfDestroyAt
void set_linkEndDestructionDataOfDestroyAt(@CheckForNull LinkEndDestructionData value)
Sets the value of the 'link End Destruction Data Of Destroy At
' reference.- Parameters:
value
- the new value of the 'link End Destruction Data Of Destroy At' reference.- See Also:
get_linkEndDestructionDataOfDestroyAt()
- Generated:
-
get_addVariableValueActionOfInsertAt
@CheckForNull AddVariableValueAction get_addVariableValueActionOfInsertAt()
Returns the value of the 'add Variable Value Action Of Insert At' container reference. It is bidirectional and its opposite is 'Insert At
'.If the meaning of the 'add Variable Value Action Of Insert At' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'add Variable Value Action Of Insert At' container reference.
- See Also:
set_addVariableValueActionOfInsertAt(AddVariableValueAction)
,UMLPackage.getInputPin__addVariableValueActionOfInsertAt()
,AddVariableValueAction.getInsertAt()
- Model:
- opposite="insertAt" transient="false" ordered="false"
- Generated:
-
set_addVariableValueActionOfInsertAt
void set_addVariableValueActionOfInsertAt(@CheckForNull AddVariableValueAction value)
Sets the value of the 'add Variable Value Action Of Insert At
' container reference.- Parameters:
value
- the new value of the 'add Variable Value Action Of Insert At' container reference.- See Also:
get_addVariableValueActionOfInsertAt()
- Generated:
-
get_raiseExceptionActionOfException
@CheckForNull RaiseExceptionAction get_raiseExceptionActionOfException()
Returns the value of the 'raise Exception Action Of Exception' container reference. It is bidirectional and its opposite is 'Exception
'.If the meaning of the 'raise Exception Action Of Exception' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'raise Exception Action Of Exception' container reference.
- See Also:
set_raiseExceptionActionOfException(RaiseExceptionAction)
,UMLPackage.getInputPin__raiseExceptionActionOfException()
,RaiseExceptionAction.getException()
- Model:
- opposite="exception" transient="false" ordered="false"
- Generated:
-
set_raiseExceptionActionOfException
void set_raiseExceptionActionOfException(@CheckForNull RaiseExceptionAction value)
Sets the value of the 'raise Exception Action Of Exception
' container reference.- Parameters:
value
- the new value of the 'raise Exception Action Of Exception' container reference.- See Also:
get_raiseExceptionActionOfException()
- Generated:
-
get_writeVariableActionOfValue
@CheckForNull WriteVariableAction get_writeVariableActionOfValue()
Returns the value of the 'write Variable Action Of Value' container reference. It is bidirectional and its opposite is 'Value
'.If the meaning of the 'write Variable Action Of Value' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'write Variable Action Of Value' container reference.
- See Also:
set_writeVariableActionOfValue(WriteVariableAction)
,UMLPackage.getInputPin__writeVariableActionOfValue()
,WriteVariableAction.getValue()
- Model:
- opposite="value" transient="false" ordered="false"
- Generated:
-
set_writeVariableActionOfValue
void set_writeVariableActionOfValue(@CheckForNull WriteVariableAction value)
Sets the value of the 'write Variable Action Of Value
' container reference.- Parameters:
value
- the new value of the 'write Variable Action Of Value' container reference.- See Also:
get_writeVariableActionOfValue()
- Generated:
-
get_callOperationActionOfTarget
@CheckForNull CallOperationAction get_callOperationActionOfTarget()
Returns the value of the 'call Operation Action Of Target' container reference. It is bidirectional and its opposite is 'Target
'.If the meaning of the 'call Operation Action Of Target' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'call Operation Action Of Target' container reference.
- See Also:
set_callOperationActionOfTarget(CallOperationAction)
,UMLPackage.getInputPin__callOperationActionOfTarget()
,CallOperationAction.getTarget()
- Model:
- opposite="target" transient="false" ordered="false"
- Generated:
-
set_callOperationActionOfTarget
void set_callOperationActionOfTarget(@CheckForNull CallOperationAction value)
Sets the value of the 'call Operation Action Of Target
' container reference.- Parameters:
value
- the new value of the 'call Operation Action Of Target' container reference.- See Also:
get_callOperationActionOfTarget()
- Generated:
-
get_addStructuralFeatureValueActionOfInsertAt
@CheckForNull AddStructuralFeatureValueAction get_addStructuralFeatureValueActionOfInsertAt()
Returns the value of the 'add Structural Feature Value Action Of Insert At' container reference. It is bidirectional and its opposite is 'Insert At
'.If the meaning of the 'add Structural Feature Value Action Of Insert At' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'add Structural Feature Value Action Of Insert At' container reference.
- See Also:
set_addStructuralFeatureValueActionOfInsertAt(AddStructuralFeatureValueAction)
,UMLPackage.getInputPin__addStructuralFeatureValueActionOfInsertAt()
,AddStructuralFeatureValueAction.getInsertAt()
- Model:
- opposite="insertAt" transient="false" ordered="false"
- Generated:
-
set_addStructuralFeatureValueActionOfInsertAt
void set_addStructuralFeatureValueActionOfInsertAt(@CheckForNull AddStructuralFeatureValueAction value)
Sets the value of the 'add Structural Feature Value Action Of Insert At
' container reference.- Parameters:
value
- the new value of the 'add Structural Feature Value Action Of Insert At' container reference.- See Also:
get_addStructuralFeatureValueActionOfInsertAt()
- Generated:
-
get_removeVariableValueActionOfRemoveAt
@CheckForNull RemoveVariableValueAction get_removeVariableValueActionOfRemoveAt()
Returns the value of the 'remove Variable Value Action Of Remove At' container reference. It is bidirectional and its opposite is 'Remove At
'.If the meaning of the 'remove Variable Value Action Of Remove At' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'remove Variable Value Action Of Remove At' container reference.
- See Also:
set_removeVariableValueActionOfRemoveAt(RemoveVariableValueAction)
,UMLPackage.getInputPin__removeVariableValueActionOfRemoveAt()
,RemoveVariableValueAction.getRemoveAt()
- Model:
- opposite="removeAt" transient="false" ordered="false"
- Generated:
-
set_removeVariableValueActionOfRemoveAt
void set_removeVariableValueActionOfRemoveAt(@CheckForNull RemoveVariableValueAction value)
Sets the value of the 'remove Variable Value Action Of Remove At
' container reference.- Parameters:
value
- the new value of the 'remove Variable Value Action Of Remove At' container reference.- See Also:
get_removeVariableValueActionOfRemoveAt()
- Generated:
-
get_destroyObjectActionOfTarget
@CheckForNull DestroyObjectAction get_destroyObjectActionOfTarget()
Returns the value of the 'destroy Object Action Of Target' container reference. It is bidirectional and its opposite is 'Target
'.If the meaning of the 'destroy Object Action Of Target' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'destroy Object Action Of Target' container reference.
- See Also:
set_destroyObjectActionOfTarget(DestroyObjectAction)
,UMLPackage.getInputPin__destroyObjectActionOfTarget()
,DestroyObjectAction.getTarget()
- Model:
- opposite="target" transient="false" ordered="false"
- Generated:
-
set_destroyObjectActionOfTarget
void set_destroyObjectActionOfTarget(@CheckForNull DestroyObjectAction value)
Sets the value of the 'destroy Object Action Of Target
' container reference.- Parameters:
value
- the new value of the 'destroy Object Action Of Target' container reference.- See Also:
get_destroyObjectActionOfTarget()
- Generated:
-
get_removeStructuralFeatureValueActionOfRemoveAt
@CheckForNull RemoveStructuralFeatureValueAction get_removeStructuralFeatureValueActionOfRemoveAt()
Returns the value of the 'remove Structural Feature Value Action Of Remove At' container reference. It is bidirectional and its opposite is 'Remove At
'.If the meaning of the 'remove Structural Feature Value Action Of Remove At' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'remove Structural Feature Value Action Of Remove At' container reference.
- See Also:
set_removeStructuralFeatureValueActionOfRemoveAt(RemoveStructuralFeatureValueAction)
,UMLPackage.getInputPin__removeStructuralFeatureValueActionOfRemoveAt()
,RemoveStructuralFeatureValueAction.getRemoveAt()
- Model:
- opposite="removeAt" transient="false" ordered="false"
- Generated:
-
set_removeStructuralFeatureValueActionOfRemoveAt
void set_removeStructuralFeatureValueActionOfRemoveAt(@CheckForNull RemoveStructuralFeatureValueAction value)
Sets the value of the 'remove Structural Feature Value Action Of Remove At
' container reference.- Parameters:
value
- the new value of the 'remove Structural Feature Value Action Of Remove At' container reference.- See Also:
get_removeStructuralFeatureValueActionOfRemoveAt()
- Generated:
-
-