toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Profile.none:
      return 'NONE';
    case Profile.hbbtv_1_5:
      return 'HBBTV_1_5';
  }
}