Hierarchy For Package net.anwiba.commons.workflow.state

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • net.anwiba.commons.workflow.state.ErrorState<T> (implements net.anwiba.commons.workflow.state.IState<T>)
    • net.anwiba.commons.workflow.state.MessageState<T> (implements net.anwiba.commons.workflow.state.IState<T>)
    • net.anwiba.commons.workflow.state.State<T> (implements net.anwiba.commons.workflow.state.IState<T>)
    • net.anwiba.commons.workflow.state.StateUtilities

Interface Hierarchy

  • net.anwiba.commons.workflow.state.IState<T>
  • net.anwiba.commons.workflow.state.IStateType

Enum Hierarchy

  • java.lang.Object
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
      • net.anwiba.commons.workflow.state.StateType (implements net.anwiba.commons.workflow.state.IStateType)