toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case CostCategoryRuleVersion.costCategoryExpressionV1:
      return 'CostCategoryExpression.v1';
  }
}