toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case NielsenActiveWatermarkProcessType.naes2AndNw:
      return 'NAES2_AND_NW';
    case NielsenActiveWatermarkProcessType.cbet:
      return 'CBET';
    case NielsenActiveWatermarkProcessType.naes2AndNwAndCbet:
      return 'NAES2_AND_NW_AND_CBET';
  }
}