toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Eac3LfeFilter.enabled:
      return 'ENABLED';
    case Eac3LfeFilter.disabled:
      return 'DISABLED';
  }
}