Interface Message

    • Method Detail

      • getMessageKind

        @CheckForNull
        MessageKind getMessageKind()
        Returns the value of the 'Message Kind' attribute. The literals are from the enumeration MessageKind. The derived kind of the Message (complete, lost, found, or unknown).
        Returns:
        the value of the 'Message Kind' attribute.
        See Also:
        MessageKind, UMLPackage.getMessage_MessageKind()
        Model:
        required="true" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
        Generated:
      • setReceiveEvent

        void setReceiveEvent​(@CheckForNull
                             MessageEnd value)
        Sets the value of the 'Receive Event' reference.
        Parameters:
        value - the new value of the 'Receive Event' reference.
        See Also:
        getReceiveEvent()
        Generated:
      • get_messageEndOfMessage

        java.util.Collection<MessageEnd> get_messageEndOfMessage()
        Returns the value of the 'message End Of Message' reference list. The list contents are of type MessageEnd. It is bidirectional and its opposite is 'Message'.

        If the meaning of the 'message End Of Message' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'message End Of Message' reference list.
        See Also:
        UMLPackage.getMessage__messageEndOfMessage(), MessageEnd.getMessage()
        Model:
        opposite="message" upper="2" ordered="false"
        Generated:
      • setSendEvent

        void setSendEvent​(@CheckForNull
                          MessageEnd value)
        Sets the value of the 'Send Event' reference.
        Parameters:
        value - the new value of the 'Send Event' reference.
        See Also:
        getSendEvent()
        Generated:
      • setConnector

        void setConnector​(@CheckForNull
                          Connector value)
        Sets the value of the 'Connector' reference.
        Parameters:
        value - the new value of the 'Connector' reference.
        See Also:
        getConnector()
        Generated:
      • setSignature

        void setSignature​(@CheckForNull
                          NamedElement value)
        Sets the value of the 'Signature' reference.
        Parameters:
        value - the new value of the 'Signature' reference.
        See Also:
        getSignature()
        Generated:
      • setReplyMessage

        void setReplyMessage​(@CheckForNull
                             Message value)
        Sets the value of the 'Reply Message' reference.
        Parameters:
        value - the new value of the 'Reply Message' reference.
        See Also:
        getReplyMessage()
        Generated:
      • get_messageOfReplyMessage

        java.util.Collection<Message> get_messageOfReplyMessage()
        Returns the value of the 'message Of Reply Message' reference list. The list contents are of type Message. It is bidirectional and its opposite is 'Reply Message'.

        If the meaning of the 'message Of Reply Message' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'message Of Reply Message' reference list.
        See Also:
        UMLPackage.getMessage__messageOfReplyMessage(), getReplyMessage()
        Model:
        opposite="replyMessage" ordered="false"
        Generated:
      • getGuard

        @CheckForNull
        Constraint getGuard()
        Returns the value of the 'Guard' containment reference. It is bidirectional and its opposite is 'message Of Guard'.

        If the meaning of the 'Guard' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Guard' containment reference.
        See Also:
        setGuard(Constraint), UMLPackage.getMessage_Guard(), Constraint.get_messageOfGuard()
        Model:
        opposite="_messageOfGuard" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • setGuard

        void setGuard​(@CheckForNull
                      Constraint value)
        Sets the value of the 'Guard' containment reference.
        Parameters:
        value - the new value of the 'Guard' containment reference.
        See Also:
        getGuard()
        Generated:
      • setTarget

        void setTarget​(@CheckForNull
                       ValueSpecification value)
        Sets the value of the 'Target' containment reference.
        Parameters:
        value - the new value of the 'Target' containment reference.
        See Also:
        getTarget()
        Generated:
      • setInteraction

        void setInteraction​(@CheckForNull
                            Interaction value)
        Sets the value of the 'Interaction' container reference.
        Parameters:
        value - the new value of the 'Interaction' container reference.
        See Also:
        getInteraction()
        Generated:
      • has_messageEndOfMessage

        boolean has_messageEndOfMessage()
                                 throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasArgument

        boolean hasArgument()
                     throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_messageOfReplyMessage

        boolean has_messageOfReplyMessage()
                                   throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_informationFlowOfRealizingMessage

        boolean has_informationFlowOfRealizingMessage()
                                               throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated: