Interface LifeCycleTransition

All Known Implementing Classes:
LifeCycleTransitionImpl

public interface LifeCycleTransition
Life cycle transition.
Author:
Julien Anguenot
See Also:
  • Method Details

    • getName

      String getName()
      Returns the transition name.
      Returns:
      the transition name as a string
    • getDescription

      String getDescription()
      Returns the description of the transition.
      Returns:
      the description of the transition.
    • getDestinationStateName

      String getDestinationStateName()
      Returns the destination state.
      Returns:
      the destination state name as a string