toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case KeyType.hash:
      return 'HASH';
    case KeyType.range:
      return 'RANGE';
  }
}