Interface OapiTimer


public interface OapiTimer
A timer that triggers a transition in a state machine.

The following attributes and references are supported:

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the timer.
    void
    setName(String value)
    Set the name of the timer.
  • Method Details

    • getName

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

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