toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ApplicationRevisionSortBy.registerTime:
      return 'registerTime';
    case ApplicationRevisionSortBy.firstUsedTime:
      return 'firstUsedTime';
    case ApplicationRevisionSortBy.lastUsedTime:
      return 'lastUsedTime';
  }
}