toValue method

String toValue()

Implementation

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