toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case RuntimeEnvironment.sql_1_0:
      return 'SQL-1_0';
    case RuntimeEnvironment.flink_1_6:
      return 'FLINK-1_6';
    case RuntimeEnvironment.flink_1_8:
      return 'FLINK-1_8';
    case RuntimeEnvironment.flink_1_11:
      return 'FLINK-1_11';
  }
}