MARCH

com.google.`type`.month.Month.MARCH
case object MARCH extends Month, Recognized

The month of March.

Attributes

Source
Month.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Month
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
MARCH.type

Members list

Type members

Inherited types

type EnumType = Month

Attributes

Inherited from:
Month
Source
Month.scala
type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton
Source
Mirror.scala

Attributes

Inherited from:
Month
Source
Month.scala

Value members

Concrete methods

override def isMarch: Boolean

Attributes

Definition Classes
Source
Month.scala

Inherited methods

final def asRecognized: Option[Recognized]

Attributes

Inherited from:
Month
Source
Month.scala
def companion: GeneratedEnumCompanion[Month]

Attributes

Inherited from:
Month
Source
Month.scala
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
Source
Mirror.scala
def isApril: Boolean

Attributes

Inherited from:
Month
Source
Month.scala
def isAugust: Boolean

Attributes

Inherited from:
Month
Source
Month.scala
def isDecember: Boolean

Attributes

Inherited from:
Month
Source
Month.scala
def isFebruary: Boolean

Attributes

Inherited from:
Month
Source
Month.scala
def isJanuary: Boolean

Attributes

Inherited from:
Month
Source
Month.scala
def isJuly: Boolean

Attributes

Inherited from:
Month
Source
Month.scala
def isJune: Boolean

Attributes

Inherited from:
Month
Source
Month.scala
def isMay: Boolean

Attributes

Inherited from:
Month
Source
Month.scala
def isMonthUnspecified: Boolean

Attributes

Inherited from:
Month
Source
Month.scala
def isNovember: Boolean

Attributes

Inherited from:
Month
Source
Month.scala
def isOctober: Boolean

Attributes

Inherited from:
Month
Source
Month.scala
def isSeptember: Boolean

Attributes

Inherited from:
Month
Source
Month.scala
def isUnrecognized: Boolean

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def javaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def scalaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
GeneratedEnum -> Any
Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala

Concrete fields

val index: Int

Attributes

Source
Month.scala
val name: String

Attributes

Source
Month.scala

Inherited fields

val value: Int

Attributes

Inherited from:
Month
Source
Month.scala