toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case EndPointType.kafkaBootstrapServers:
      return 'KAFKA_BOOTSTRAP_SERVERS';
  }
}