values constant

List<Action> const values

Implementation

static const $core.List<Action> values = <Action> [
  ActionForward,
  ActionSCHi,
  ActionCSSendMsg,
  ActionSCSendMsgACK,
  ActionSCRecvMsg,
  ActionCSRecvMsgACK,
  ActionCSReadMsg,
  ActionSCReadMsg,
  ActionCSDeleteMsg,
  ActionSCDeleteMsgACK,
  ActionSCDeleteMsg,
  ActionCSEditMsg,
  ActionSCEditMsgACK,
  ActionSCEditMsg,
  ActionInputtingBegin,
  ActionInputtingEnd,
  ActionSCChatChanged,
  ActionSCWorkerChanged,
  ActionSCUserConnectionChanged,
  ActionSCSimSend,
  ActionSystem,
];