toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case DecisionTaskTimeoutType.startToClose:
      return 'START_TO_CLOSE';
  }
}