
com.twitter.scrooge.ThriftEnum.scala Maven / Gradle / Ivy
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