toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case OrcFormatVersion.v0_11:
      return 'V0_11';
    case OrcFormatVersion.v0_12:
      return 'V0_12';
  }
}