toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ReturnValuesOnConditionCheckFailure.allOld:
      return 'ALL_OLD';
    case ReturnValuesOnConditionCheckFailure.none:
      return 'NONE';
  }
}