toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AncillaryTerminateCaptions.endOfInput:
      return 'END_OF_INPUT';
    case AncillaryTerminateCaptions.disabled:
      return 'DISABLED';
  }
}