toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ReservationMaximumFramerate.max_30Fps:
      return 'MAX_30_FPS';
    case ReservationMaximumFramerate.max_60Fps:
      return 'MAX_60_FPS';
  }
}