Interface OapiResponse

All Superinterfaces:
OapiAction

public interface OapiResponse extends OapiAction
A response to a received message.

The following attributes and references are supported:

  • Method Details

    • getWhen

      String getWhen()
      Returns a logic statement defining the condition when the response is true .
      Returns:
      a logic statement defining the condition when the response is true
      See Also:
    • setWhen

      void setWhen(String value)
      Set a logic statement defining the condition when the response is true .
      Parameters:
      value - the new value of the 'When' attribute.
      See Also:
    • getAnnotation

      OapiAnnotation getAnnotation()
      Returns all metadata on an element (documentation etc.).
      Returns:
      all metadata on an element (documentation etc.)
      See Also:
    • setAnnotation

      void setAnnotation(OapiAnnotation value)
      Set all metadata on an element (documentation etc.).
      Parameters:
      value - the new value of the 'Annotation' containment reference.
      See Also:
    • getName

      String getName()
      Returns the name of the response.
      Returns:
      the name of the response
      See Also:
    • setName

      void setName(String value)
      Set the name of the response.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
    • getSync

      Synchronization getSync()
      Returns the synchronization mode of the response. The literals are from the enumeration Synchronization.
      Returns:
      the synchronization mode of the response
      See Also:
    • setSync

      void setSync(Synchronization value)
      Set the synchronization mode of the response.
      Parameters:
      value - the new value of the 'Sync' attribute.
      See Also: