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