Unrecognized

@SerialVersionUID(0L) final case
class Unrecognized(unrecognizedValue: Int) extends Month with UnrecognizedEnum
trait UnrecognizedEnum
class Month
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

Inherited from
Month

Value members

Inherited methods

final
Inherited from
Month
def companion: GeneratedEnumCompanion[Month]
Inherited from
Month
def index: Int
Inherited from
UnrecognizedEnum
def isApril: Boolean
Inherited from
Month
def isAugust: Boolean
Inherited from
Month
def isDecember: Boolean
Inherited from
Month
def isFebruary: Boolean
Inherited from
Month
def isJanuary: Boolean
Inherited from
Month
def isJuly: Boolean
Inherited from
Month
def isJune: Boolean
Inherited from
Month
def isMarch: Boolean
Inherited from
Month
def isMay: Boolean
Inherited from
Month
def isMonthUnspecified: Boolean
Inherited from
Month
def isNovember: Boolean
Inherited from
Month
def isOctober: Boolean
Inherited from
Month
def isSeptember: Boolean
Inherited from
Month
override
def isUnrecognized: Boolean
Definition Classes
UnrecognizedEnum -> GeneratedEnum
Inherited from
UnrecognizedEnum
def javaValueDescriptor: EnumValueDescriptor
Inherited from
GeneratedEnum
def name: String
Inherited from
UnrecognizedEnum
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override
def scalaValueDescriptor: EnumValueDescriptor
Definition Classes
UnrecognizedEnum -> GeneratedEnum
Inherited from
UnrecognizedEnum
override
def toString: String
Definition Classes
GeneratedEnum -> Any
Inherited from
GeneratedEnum

Inherited fields

val value: Int
Inherited from
Month