Interface ValueSpecification
-
- All Superinterfaces:
BaseElement
,java.lang.Cloneable
,java.lang.Comparable
,Element
,org.eclipse.emf.ecore.EObject
,MDObject
,ModelObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
,ParameterableElement
,javax.jmi.reflect.RefBaseObject
,javax.jmi.reflect.RefFeatured
,javax.jmi.reflect.RefObject
,TypedElement
- All Known Subinterfaces:
Duration
,DurationInterval
,ElementValue
,Expression
,InstanceValue
,Interval
,LiteralBoolean
,LiteralInteger
,LiteralNull
,LiteralReal
,LiteralSpecification
,LiteralString
,LiteralUnlimitedNatural
,OpaqueExpression
,StringExpression
,TimeExpression
,TimeInterval
public interface ValueSpecification extends PackageableElement, TypedElement
A representation of the model object 'Value Specification'.A ValueSpecification is the specification of a (possibly empty) set of values. A ValueSpecification is a ParameterableElement that may be exposed as a formal TemplateParameter and provided as the actual parameter in the binding of a template.
The following features are supported:
lifeline Of Selector
activity Edge Of Guard
Owning Constraint
Owning Slot
Owning Property
message Of Argument
message Of Target
value Specification Action Of Value
interaction Constraint Of Maxint
interaction Constraint Of Minint
interaction Use Of Argument
interaction Use Of Return Value
object Node Of Upper Bound
activity Edge Of Weight
value Pin Of Value
interval Of Max
interval Of Min
Owning Parameter
change Event Of Change Expression
join Node Of Join Spec
Owning Instance Spec
Owning Upper
duration Of Expr
time Expression Of Expr
Expression
Owning Lower
- See Also:
UMLPackage.getValueSpecification()
- Model:
- abstract="true" annotation="MOF package='classes.mdkernel'"
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityEdge
get_activityEdgeOfGuard()
Returns the value of the 'activity Edge Of Guard' container reference.ActivityEdge
get_activityEdgeOfWeight()
Returns the value of the 'activity Edge Of Weight' container reference.ChangeEvent
get_changeEventOfChangeExpression()
Returns the value of the 'change Event Of Change Expression' container reference.Duration
get_durationOfExpr()
Returns the value of the 'duration Of Expr' container reference.InteractionConstraint
get_interactionConstraintOfMaxint()
Returns the value of the 'interaction Constraint Of Maxint' container reference.InteractionConstraint
get_interactionConstraintOfMinint()
Returns the value of the 'interaction Constraint Of Minint' container reference.InteractionUse
get_interactionUseOfArgument()
Returns the value of the 'interaction Use Of Argument' container reference.InteractionUse
get_interactionUseOfReturnValue()
Returns the value of the 'interaction Use Of Return Value' container reference.java.util.Collection<Interval>
get_intervalOfMax()
Returns the value of the 'interval Of Max' reference list.java.util.Collection<Interval>
get_intervalOfMin()
Returns the value of the 'interval Of Min' reference list.JoinNode
get_joinNodeOfJoinSpec()
Returns the value of the 'join Node Of Join Spec' container reference.Lifeline
get_lifelineOfSelector()
Returns the value of the 'lifeline Of Selector' container reference.Message
get_messageOfArgument()
Returns the value of the 'message Of Argument' container reference.Message
get_messageOfTarget()
Returns the value of the 'message Of Target' container reference.ObjectNode
get_objectNodeOfUpperBound()
Returns the value of the 'object Node Of Upper Bound' container reference.TimeExpression
get_timeExpressionOfExpr()
Returns the value of the 'time Expression Of Expr' container reference.ValuePin
get_valuePinOfValue()
Returns the value of the 'value Pin Of Value' container reference.ValueSpecificationAction
get_valueSpecificationActionOfValue()
Returns the value of the 'value Specification Action Of Value' container reference.Expression
getExpression()
Returns the value of the 'Expression' container reference.Constraint
getOwningConstraint()
Returns the value of the 'Owning Constraint' container reference.InstanceSpecification
getOwningInstanceSpec()
Returns the value of the 'Owning Instance Spec' container reference.MultiplicityElement
getOwningLower()
Returns the value of the 'Owning Lower' container reference.Parameter
getOwningParameter()
Returns the value of the 'Owning Parameter' container reference.Property
getOwningProperty()
Returns the value of the 'Owning Property' container reference.Slot
getOwningSlot()
Returns the value of the 'Owning Slot' container reference.MultiplicityElement
getOwningUpper()
Returns the value of the 'Owning Upper' container reference.boolean
has_intervalOfMax()
boolean
has_intervalOfMin()
void
set_activityEdgeOfGuard(ActivityEdge value)
Sets the value of the 'activity Edge Of Guard
' container reference.void
set_activityEdgeOfWeight(ActivityEdge value)
Sets the value of the 'activity Edge Of Weight
' container reference.void
set_changeEventOfChangeExpression(ChangeEvent value)
Sets the value of the 'change Event Of Change Expression
' container reference.void
set_durationOfExpr(Duration value)
Sets the value of the 'duration Of Expr
' container reference.void
set_interactionConstraintOfMaxint(InteractionConstraint value)
Sets the value of the 'interaction Constraint Of Maxint
' container reference.void
set_interactionConstraintOfMinint(InteractionConstraint value)
Sets the value of the 'interaction Constraint Of Minint
' container reference.void
set_interactionUseOfArgument(InteractionUse value)
Sets the value of the 'interaction Use Of Argument
' container reference.void
set_interactionUseOfReturnValue(InteractionUse value)
Sets the value of the 'interaction Use Of Return Value
' container reference.void
set_joinNodeOfJoinSpec(JoinNode value)
Sets the value of the 'join Node Of Join Spec
' container reference.void
set_lifelineOfSelector(Lifeline value)
Sets the value of the 'lifeline Of Selector
' container reference.void
set_messageOfArgument(Message value)
Sets the value of the 'message Of Argument
' container reference.void
set_messageOfTarget(Message value)
Sets the value of the 'message Of Target
' container reference.void
set_objectNodeOfUpperBound(ObjectNode value)
Sets the value of the 'object Node Of Upper Bound
' container reference.void
set_timeExpressionOfExpr(TimeExpression value)
Sets the value of the 'time Expression Of Expr
' container reference.void
set_valuePinOfValue(ValuePin value)
Sets the value of the 'value Pin Of Value
' container reference.void
set_valueSpecificationActionOfValue(ValueSpecificationAction value)
Sets the value of the 'value Specification Action Of Value
' container reference.void
setExpression(Expression value)
Sets the value of the 'Expression
' container reference.void
setOwningConstraint(Constraint value)
Sets the value of the 'Owning Constraint
' container reference.void
setOwningInstanceSpec(InstanceSpecification value)
Sets the value of the 'Owning Instance Spec
' container reference.void
setOwningLower(MultiplicityElement value)
Sets the value of the 'Owning Lower
' container reference.void
setOwningParameter(Parameter value)
Sets the value of the 'Owning Parameter
' container reference.void
setOwningProperty(Property value)
Sets the value of the 'Owning Property
' container reference.void
setOwningSlot(Slot value)
Sets the value of the 'Owning Slot
' container reference.void
setOwningUpper(MultiplicityElement value)
Sets the value of the 'Owning Upper
' container 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 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, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.PackageableElement
get_componentOfPackagedElement, get_elementImportOfImportedElement, get_manifestationOfUtilizedElement, getOwningPackage, getVisibility, has_elementImportOfImportedElement, has_manifestationOfUtilizedElement, set_componentOfPackagedElement, setOwningPackage, setVisibility
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.auxiliaryconstructs.mdtemplates.ParameterableElement
get_templateParameterOfDefault, get_templateParameterOfOwnedDefault, get_templateParameterSubstitutionOfActual, get_templateParameterSubstitutionOfOwnedActual, getOwningTemplateParameter, getTemplateParameter, has_templateParameterOfDefault, has_templateParameterSubstitutionOfActual, set_templateParameterOfOwnedDefault, set_templateParameterSubstitutionOfOwnedActual, setOwningTemplateParameter, setTemplateParameter
-
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
-
getOwningConstraint
@CheckForNull Constraint getOwningConstraint()
Returns the value of the 'Owning Constraint' container reference. It is bidirectional and its opposite is 'Specification
'.If the meaning of the 'Owning Constraint' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Owning Constraint' container reference.
- See Also:
setOwningConstraint(Constraint)
,UMLPackage.getValueSpecification_OwningConstraint()
,Constraint.getSpecification()
- Model:
- opposite="specification" transient="false" ordered="false"
- Generated:
-
setOwningConstraint
void setOwningConstraint(@CheckForNull Constraint value)
Sets the value of the 'Owning Constraint
' container reference.- Parameters:
value
- the new value of the 'Owning Constraint' container reference.- See Also:
getOwningConstraint()
- Generated:
-
getOwningUpper
@CheckForNull MultiplicityElement getOwningUpper()
Returns the value of the 'Owning Upper' container reference. It is bidirectional and its opposite is 'Upper Value
'.If the meaning of the 'Owning Upper' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Owning Upper' container reference.
- See Also:
setOwningUpper(MultiplicityElement)
,UMLPackage.getValueSpecification_OwningUpper()
,MultiplicityElement.getUpperValue()
- Model:
- opposite="upperValue" transient="false" ordered="false"
- Generated:
-
setOwningUpper
void setOwningUpper(@CheckForNull MultiplicityElement value)
Sets the value of the 'Owning Upper
' container reference.- Parameters:
value
- the new value of the 'Owning Upper' container reference.- See Also:
getOwningUpper()
- Generated:
-
getOwningLower
@CheckForNull MultiplicityElement getOwningLower()
Returns the value of the 'Owning Lower' container reference. It is bidirectional and its opposite is 'Lower Value
'.If the meaning of the 'Owning Lower' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Owning Lower' container reference.
- See Also:
setOwningLower(MultiplicityElement)
,UMLPackage.getValueSpecification_OwningLower()
,MultiplicityElement.getLowerValue()
- Model:
- opposite="lowerValue" transient="false" ordered="false"
- Generated:
-
setOwningLower
void setOwningLower(@CheckForNull MultiplicityElement value)
Sets the value of the 'Owning Lower
' container reference.- Parameters:
value
- the new value of the 'Owning Lower' container reference.- See Also:
getOwningLower()
- Generated:
-
get_intervalOfMin
java.util.Collection<Interval> get_intervalOfMin()
Returns the value of the 'interval Of Min' reference list. The list contents are of typeInterval
. It is bidirectional and its opposite is 'Min
'.If the meaning of the 'interval Of Min' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'interval Of Min' reference list.
- See Also:
UMLPackage.getValueSpecification__intervalOfMin()
,Interval.getMin()
- Model:
- opposite="min" ordered="false"
- Generated:
-
get_intervalOfMax
java.util.Collection<Interval> get_intervalOfMax()
Returns the value of the 'interval Of Max' reference list. The list contents are of typeInterval
. It is bidirectional and its opposite is 'Max
'.If the meaning of the 'interval Of Max' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'interval Of Max' reference list.
- See Also:
UMLPackage.getValueSpecification__intervalOfMax()
,Interval.getMax()
- Model:
- opposite="max" ordered="false"
- Generated:
-
get_durationOfExpr
@CheckForNull Duration get_durationOfExpr()
Returns the value of the 'duration Of Expr' container reference. It is bidirectional and its opposite is 'Expr
'.If the meaning of the 'duration Of Expr' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'duration Of Expr' container reference.
- See Also:
set_durationOfExpr(Duration)
,UMLPackage.getValueSpecification__durationOfExpr()
,Duration.getExpr()
- Model:
- opposite="expr" transient="false" ordered="false"
- Generated:
-
set_durationOfExpr
void set_durationOfExpr(@CheckForNull Duration value)
Sets the value of the 'duration Of Expr
' container reference.- Parameters:
value
- the new value of the 'duration Of Expr' container reference.- See Also:
get_durationOfExpr()
- Generated:
-
get_timeExpressionOfExpr
@CheckForNull TimeExpression get_timeExpressionOfExpr()
Returns the value of the 'time Expression Of Expr' container reference. It is bidirectional and its opposite is 'Expr
'.If the meaning of the 'time Expression Of Expr' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'time Expression Of Expr' container reference.
- See Also:
set_timeExpressionOfExpr(TimeExpression)
,UMLPackage.getValueSpecification__timeExpressionOfExpr()
,TimeExpression.getExpr()
- Model:
- opposite="expr" transient="false" ordered="false"
- Generated:
-
set_timeExpressionOfExpr
void set_timeExpressionOfExpr(@CheckForNull TimeExpression value)
Sets the value of the 'time Expression Of Expr
' container reference.- Parameters:
value
- the new value of the 'time Expression Of Expr' container reference.- See Also:
get_timeExpressionOfExpr()
- Generated:
-
get_messageOfArgument
@CheckForNull Message get_messageOfArgument()
Returns the value of the 'message Of Argument' container reference. It is bidirectional and its opposite is 'Argument
'.If the meaning of the 'message Of Argument' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'message Of Argument' container reference.
- See Also:
set_messageOfArgument(Message)
,UMLPackage.getValueSpecification__messageOfArgument()
,Message.getArgument()
- Model:
- opposite="argument" transient="false" ordered="false"
- Generated:
-
set_messageOfArgument
void set_messageOfArgument(@CheckForNull Message value)
Sets the value of the 'message Of Argument
' container reference.- Parameters:
value
- the new value of the 'message Of Argument' container reference.- See Also:
get_messageOfArgument()
- Generated:
-
get_joinNodeOfJoinSpec
@CheckForNull JoinNode get_joinNodeOfJoinSpec()
Returns the value of the 'join Node Of Join Spec' container reference. It is bidirectional and its opposite is 'Join Spec
'.If the meaning of the 'join Node Of Join Spec' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'join Node Of Join Spec' container reference.
- See Also:
set_joinNodeOfJoinSpec(JoinNode)
,UMLPackage.getValueSpecification__joinNodeOfJoinSpec()
,JoinNode.getJoinSpec()
- Model:
- opposite="joinSpec" transient="false" ordered="false"
- Generated:
-
set_joinNodeOfJoinSpec
void set_joinNodeOfJoinSpec(@CheckForNull JoinNode value)
Sets the value of the 'join Node Of Join Spec
' container reference.- Parameters:
value
- the new value of the 'join Node Of Join Spec' container reference.- See Also:
get_joinNodeOfJoinSpec()
- Generated:
-
get_activityEdgeOfGuard
@CheckForNull ActivityEdge get_activityEdgeOfGuard()
Returns the value of the 'activity Edge Of Guard' container reference. It is bidirectional and its opposite is 'Guard
'.If the meaning of the 'activity Edge Of Guard' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'activity Edge Of Guard' container reference.
- See Also:
set_activityEdgeOfGuard(ActivityEdge)
,UMLPackage.getValueSpecification__activityEdgeOfGuard()
,ActivityEdge.getGuard()
- Model:
- opposite="guard" transient="false" ordered="false"
- Generated:
-
set_activityEdgeOfGuard
void set_activityEdgeOfGuard(@CheckForNull ActivityEdge value)
Sets the value of the 'activity Edge Of Guard
' container reference.- Parameters:
value
- the new value of the 'activity Edge Of Guard' container reference.- See Also:
get_activityEdgeOfGuard()
- Generated:
-
get_activityEdgeOfWeight
@CheckForNull ActivityEdge get_activityEdgeOfWeight()
Returns the value of the 'activity Edge Of Weight' container reference. It is bidirectional and its opposite is 'Weight
'.If the meaning of the 'activity Edge Of Weight' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'activity Edge Of Weight' container reference.
- See Also:
set_activityEdgeOfWeight(ActivityEdge)
,UMLPackage.getValueSpecification__activityEdgeOfWeight()
,ActivityEdge.getWeight()
- Model:
- opposite="weight" transient="false" ordered="false"
- Generated:
-
set_activityEdgeOfWeight
void set_activityEdgeOfWeight(@CheckForNull ActivityEdge value)
Sets the value of the 'activity Edge Of Weight
' container reference.- Parameters:
value
- the new value of the 'activity Edge Of Weight' container reference.- See Also:
get_activityEdgeOfWeight()
- Generated:
-
get_valueSpecificationActionOfValue
@CheckForNull ValueSpecificationAction get_valueSpecificationActionOfValue()
Returns the value of the 'value Specification Action Of Value' container reference. It is bidirectional and its opposite is 'Value
'.If the meaning of the 'value Specification Action Of Value' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'value Specification Action Of Value' container reference.
- See Also:
set_valueSpecificationActionOfValue(ValueSpecificationAction)
,UMLPackage.getValueSpecification__valueSpecificationActionOfValue()
,ValueSpecificationAction.getValue()
- Model:
- opposite="value" transient="false" ordered="false"
- Generated:
-
set_valueSpecificationActionOfValue
void set_valueSpecificationActionOfValue(@CheckForNull ValueSpecificationAction value)
Sets the value of the 'value Specification Action Of Value
' container reference.- Parameters:
value
- the new value of the 'value Specification Action Of Value' container reference.- See Also:
get_valueSpecificationActionOfValue()
- Generated:
-
get_messageOfTarget
@CheckForNull Message get_messageOfTarget()
Returns the value of the 'message Of Target' container reference. It is bidirectional and its opposite is 'Target
'.If the meaning of the 'message Of Target' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'message Of Target' container reference.
- See Also:
set_messageOfTarget(Message)
,UMLPackage.getValueSpecification__messageOfTarget()
,Message.getTarget()
- Model:
- opposite="target" transient="false" ordered="false"
- Generated:
-
set_messageOfTarget
void set_messageOfTarget(@CheckForNull Message value)
Sets the value of the 'message Of Target
' container reference.- Parameters:
value
- the new value of the 'message Of Target' container reference.- See Also:
get_messageOfTarget()
- Generated:
-
get_interactionUseOfArgument
@CheckForNull InteractionUse get_interactionUseOfArgument()
Returns the value of the 'interaction Use Of Argument' container reference. It is bidirectional and its opposite is 'Argument
'.If the meaning of the 'interaction Use Of Argument' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'interaction Use Of Argument' container reference.
- See Also:
set_interactionUseOfArgument(InteractionUse)
,UMLPackage.getValueSpecification__interactionUseOfArgument()
,InteractionUse.getArgument()
- Model:
- opposite="argument" transient="false" ordered="false"
- Generated:
-
set_interactionUseOfArgument
void set_interactionUseOfArgument(@CheckForNull InteractionUse value)
Sets the value of the 'interaction Use Of Argument
' container reference.- Parameters:
value
- the new value of the 'interaction Use Of Argument' container reference.- See Also:
get_interactionUseOfArgument()
- Generated:
-
get_interactionUseOfReturnValue
@CheckForNull InteractionUse get_interactionUseOfReturnValue()
Returns the value of the 'interaction Use Of Return Value' container reference. It is bidirectional and its opposite is 'Return Value
'.If the meaning of the 'interaction Use Of Return Value' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'interaction Use Of Return Value' container reference.
- See Also:
set_interactionUseOfReturnValue(InteractionUse)
,UMLPackage.getValueSpecification__interactionUseOfReturnValue()
,InteractionUse.getReturnValue()
- Model:
- opposite="returnValue" transient="false" ordered="false"
- Generated:
-
set_interactionUseOfReturnValue
void set_interactionUseOfReturnValue(@CheckForNull InteractionUse value)
Sets the value of the 'interaction Use Of Return Value
' container reference.- Parameters:
value
- the new value of the 'interaction Use Of Return Value' container reference.- See Also:
get_interactionUseOfReturnValue()
- Generated:
-
get_lifelineOfSelector
@CheckForNull Lifeline get_lifelineOfSelector()
Returns the value of the 'lifeline Of Selector' container reference. It is bidirectional and its opposite is 'Selector
'.If the meaning of the 'lifeline Of Selector' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'lifeline Of Selector' container reference.
- See Also:
set_lifelineOfSelector(Lifeline)
,UMLPackage.getValueSpecification__lifelineOfSelector()
,Lifeline.getSelector()
- Model:
- opposite="selector" transient="false" ordered="false"
- Generated:
-
set_lifelineOfSelector
void set_lifelineOfSelector(@CheckForNull Lifeline value)
Sets the value of the 'lifeline Of Selector
' container reference.- Parameters:
value
- the new value of the 'lifeline Of Selector' container reference.- See Also:
get_lifelineOfSelector()
- Generated:
-
get_interactionConstraintOfMinint
@CheckForNull InteractionConstraint get_interactionConstraintOfMinint()
Returns the value of the 'interaction Constraint Of Minint' container reference. It is bidirectional and its opposite is 'Minint
'.If the meaning of the 'interaction Constraint Of Minint' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'interaction Constraint Of Minint' container reference.
- See Also:
set_interactionConstraintOfMinint(InteractionConstraint)
,UMLPackage.getValueSpecification__interactionConstraintOfMinint()
,InteractionConstraint.getMinint()
- Model:
- opposite="minint" transient="false" ordered="false"
- Generated:
-
set_interactionConstraintOfMinint
void set_interactionConstraintOfMinint(@CheckForNull InteractionConstraint value)
Sets the value of the 'interaction Constraint Of Minint
' container reference.- Parameters:
value
- the new value of the 'interaction Constraint Of Minint' container reference.- See Also:
get_interactionConstraintOfMinint()
- Generated:
-
get_interactionConstraintOfMaxint
@CheckForNull InteractionConstraint get_interactionConstraintOfMaxint()
Returns the value of the 'interaction Constraint Of Maxint' container reference. It is bidirectional and its opposite is 'Maxint
'.If the meaning of the 'interaction Constraint Of Maxint' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'interaction Constraint Of Maxint' container reference.
- See Also:
set_interactionConstraintOfMaxint(InteractionConstraint)
,UMLPackage.getValueSpecification__interactionConstraintOfMaxint()
,InteractionConstraint.getMaxint()
- Model:
- opposite="maxint" transient="false" ordered="false"
- Generated:
-
set_interactionConstraintOfMaxint
void set_interactionConstraintOfMaxint(@CheckForNull InteractionConstraint value)
Sets the value of the 'interaction Constraint Of Maxint
' container reference.- Parameters:
value
- the new value of the 'interaction Constraint Of Maxint' container reference.- See Also:
get_interactionConstraintOfMaxint()
- Generated:
-
get_changeEventOfChangeExpression
@CheckForNull ChangeEvent get_changeEventOfChangeExpression()
Returns the value of the 'change Event Of Change Expression' container reference. It is bidirectional and its opposite is 'Change Expression
'.If the meaning of the 'change Event Of Change Expression' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'change Event Of Change Expression' container reference.
- See Also:
set_changeEventOfChangeExpression(ChangeEvent)
,UMLPackage.getValueSpecification__changeEventOfChangeExpression()
,ChangeEvent.getChangeExpression()
- Model:
- opposite="changeExpression" transient="false" ordered="false"
- Generated:
-
set_changeEventOfChangeExpression
void set_changeEventOfChangeExpression(@CheckForNull ChangeEvent value)
Sets the value of the 'change Event Of Change Expression
' container reference.- Parameters:
value
- the new value of the 'change Event Of Change Expression' container reference.- See Also:
get_changeEventOfChangeExpression()
- Generated:
-
get_objectNodeOfUpperBound
@CheckForNull ObjectNode get_objectNodeOfUpperBound()
Returns the value of the 'object Node Of Upper Bound' container reference. It is bidirectional and its opposite is 'Upper Bound
'.If the meaning of the 'object Node Of Upper Bound' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'object Node Of Upper Bound' container reference.
- See Also:
set_objectNodeOfUpperBound(ObjectNode)
,UMLPackage.getValueSpecification__objectNodeOfUpperBound()
,ObjectNode.getUpperBound()
- Model:
- opposite="upperBound" transient="false" ordered="false"
- Generated:
-
set_objectNodeOfUpperBound
void set_objectNodeOfUpperBound(@CheckForNull ObjectNode value)
Sets the value of the 'object Node Of Upper Bound
' container reference.- Parameters:
value
- the new value of the 'object Node Of Upper Bound' container reference.- See Also:
get_objectNodeOfUpperBound()
- Generated:
-
get_valuePinOfValue
@CheckForNull ValuePin get_valuePinOfValue()
Returns the value of the 'value Pin Of Value' container reference. It is bidirectional and its opposite is 'Value
'.If the meaning of the 'value Pin Of Value' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'value Pin Of Value' container reference.
- See Also:
set_valuePinOfValue(ValuePin)
,UMLPackage.getValueSpecification__valuePinOfValue()
,ValuePin.getValue()
- Model:
- opposite="value" transient="false" ordered="false"
- Generated:
-
set_valuePinOfValue
void set_valuePinOfValue(@CheckForNull ValuePin value)
Sets the value of the 'value Pin Of Value
' container reference.- Parameters:
value
- the new value of the 'value Pin Of Value' container reference.- See Also:
get_valuePinOfValue()
- Generated:
-
getOwningParameter
@CheckForNull Parameter getOwningParameter()
Returns the value of the 'Owning Parameter' container reference. It is bidirectional and its opposite is 'Default Value
'.If the meaning of the 'Owning Parameter' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Owning Parameter' container reference.
- See Also:
setOwningParameter(Parameter)
,UMLPackage.getValueSpecification_OwningParameter()
,Parameter.getDefaultValue()
- Model:
- opposite="defaultValue" transient="false" ordered="false"
- Generated:
-
setOwningParameter
void setOwningParameter(@CheckForNull Parameter value)
Sets the value of the 'Owning Parameter
' container reference.- Parameters:
value
- the new value of the 'Owning Parameter' container reference.- See Also:
getOwningParameter()
- Generated:
-
getOwningSlot
@CheckForNull Slot getOwningSlot()
Returns the value of the 'Owning Slot' container reference. It is bidirectional and its opposite is 'Value
'.If the meaning of the 'Owning Slot' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Owning Slot' container reference.
- See Also:
setOwningSlot(Slot)
,UMLPackage.getValueSpecification_OwningSlot()
,Slot.getValue()
- Model:
- opposite="value" transient="false" ordered="false"
- Generated:
-
setOwningSlot
void setOwningSlot(@CheckForNull Slot value)
Sets the value of the 'Owning Slot
' container reference.- Parameters:
value
- the new value of the 'Owning Slot' container reference.- See Also:
getOwningSlot()
- Generated:
-
getOwningInstanceSpec
@CheckForNull InstanceSpecification getOwningInstanceSpec()
Returns the value of the 'Owning Instance Spec' container reference. It is bidirectional and its opposite is 'Specification
'.If the meaning of the 'Owning Instance Spec' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Owning Instance Spec' container reference.
- See Also:
setOwningInstanceSpec(InstanceSpecification)
,UMLPackage.getValueSpecification_OwningInstanceSpec()
,InstanceSpecification.getSpecification()
- Model:
- opposite="specification" transient="false" ordered="false"
- Generated:
-
setOwningInstanceSpec
void setOwningInstanceSpec(@CheckForNull InstanceSpecification value)
Sets the value of the 'Owning Instance Spec
' container reference.- Parameters:
value
- the new value of the 'Owning Instance Spec' container reference.- See Also:
getOwningInstanceSpec()
- Generated:
-
getOwningProperty
@CheckForNull Property getOwningProperty()
Returns the value of the 'Owning Property' container reference. It is bidirectional and its opposite is 'Default Value
'.If the meaning of the 'Owning Property' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Owning Property' container reference.
- See Also:
setOwningProperty(Property)
,UMLPackage.getValueSpecification_OwningProperty()
,Property.getDefaultValue()
- Model:
- opposite="defaultValue" transient="false" ordered="false"
- Generated:
-
setOwningProperty
void setOwningProperty(@CheckForNull Property value)
Sets the value of the 'Owning Property
' container reference.- Parameters:
value
- the new value of the 'Owning Property' container reference.- See Also:
getOwningProperty()
- Generated:
-
getExpression
@CheckForNull Expression getExpression()
Returns the value of the 'Expression' container reference. It is bidirectional and its opposite is 'Operand
'.If the meaning of the 'Expression' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Expression' container reference.
- See Also:
setExpression(Expression)
,UMLPackage.getValueSpecification_Expression()
,Expression.getOperand()
- Model:
- opposite="operand" transient="false" ordered="false"
- Generated:
-
setExpression
void setExpression(@CheckForNull Expression value)
Sets the value of the 'Expression
' container reference.- Parameters:
value
- the new value of the 'Expression' container reference.- See Also:
getExpression()
- Generated:
-
has_intervalOfMin
boolean has_intervalOfMin() throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
- Generated:
-
has_intervalOfMax
boolean has_intervalOfMax() throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
- Generated:
-
-