toValue method
Implementation
String toValue() {
switch (this) {
case CrawlerLineageSettings.enable:
return 'ENABLE';
case CrawlerLineageSettings.disable:
return 'DISABLE';
}
}
String toValue() {
switch (this) {
case CrawlerLineageSettings.enable:
return 'ENABLE';
case CrawlerLineageSettings.disable:
return 'DISABLE';
}
}