toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case BehaviorOnMxFailure.useDefaultValue:
      return 'USE_DEFAULT_VALUE';
    case BehaviorOnMxFailure.rejectMessage:
      return 'REJECT_MESSAGE';
  }
}