toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case FlexMatchMode.standalone:
      return 'STANDALONE';
    case FlexMatchMode.withQueue:
      return 'WITH_QUEUE';
  }
}