toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case DashIsoMpdProfile.mainProfile:
      return 'MAIN_PROFILE';
    case DashIsoMpdProfile.onDemandProfile:
      return 'ON_DEMAND_PROFILE';
  }
}