toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case M2tsNielsenId3.insert:
      return 'INSERT';
    case M2tsNielsenId3.none:
      return 'NONE';
  }
}