Class CaseExecutionState.CaseExecutionStateImpl

    • Field Detail

      • stateCode

        public final int stateCode
      • name

        protected final java.lang.String name
    • Constructor Detail

      • CaseExecutionStateImpl

        public CaseExecutionStateImpl​(int stateCode,
                                      java.lang.String string)
    • Method Detail

      • getStateForCode

        public static CaseExecutionState getStateForCode​(java.lang.Integer stateCode)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object