toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case GroupDefinitionType.dimension:
      return 'DIMENSION';
    case GroupDefinitionType.tag:
      return 'TAG';
    case GroupDefinitionType.costCategory:
      return 'COST_CATEGORY';
  }
}