toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Mpeg2ParControl.initializeFromSource:
      return 'INITIALIZE_FROM_SOURCE';
    case Mpeg2ParControl.specified:
      return 'SPECIFIED';
  }
}