toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ReusableDelegationSetLimitType.maxZonesByReusableDelegationSet:
      return 'MAX_ZONES_BY_REUSABLE_DELEGATION_SET';
  }
}