toValue method
Implementation
String toValue() {
switch (this) {
case Atime.none:
return 'NONE';
case Atime.bestEffort:
return 'BEST_EFFORT';
}
}
String toValue() {
switch (this) {
case Atime.none:
return 'NONE';
case Atime.bestEffort:
return 'BEST_EFFORT';
}
}