toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case MovPaddingControl.omneon:
      return 'OMNEON';
    case MovPaddingControl.none:
      return 'NONE';
  }
}