All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.scrooge.ThriftEnum.scala Maven / Gradle / Ivy

The newest version!
package com.twitter.scrooge

import org.apache.thrift.TEnum

trait ThriftEnum extends TEnum {
  def value: Int
  def name: String

  /**
   * The original name for the enum value as defined in the input Thrift IDL file.
   */
  def originalName: String

  def getValue = value
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy