toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case StopAction.startEvaluation:
      return 'START_EVALUATION';
    case StopAction.skipEvaluation:
      return 'SKIP_EVALUATION';
  }
}